Add the following content in Hadoop’s core-site.xml and restart
<property> <name>hadoop.proxyuser.root.groups</name> <value>root</value> <description>Allow the superuser oozie to impersonate any members of the group group1 and group2</description> </property> <property> <name>hadoop.proxyuser.root.hosts</name> <value>*</value> <description>The superuser can connect only from host1 and host2 to impersonate a user</description> </property>
Similar Posts:
- [Solved] hive beeline Connect Error: User:*** is not allowed to impersonate
- Ambari Unauthorized connection for super-user: root from IP
- Hiveserver2 Connect Error: Could not open client transport with JDBC Uri: jdbc:hive2://hadoop01:100…
- Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
- [Solved] Exception in thread “main“ java.net.ConnectException: Call From
- Solution to unknown hostexception error when HBase starts regionserver
- Namenode Initialize Error: java.lang.IllegalArgumentException: URI has an authority component
- [Solved] Hadoop runs start-dfs.sh error: attempting to operate on HDFS as root
- ssh: Name or service not known
- JAVA api Access HDFS Error: Permission denied in production environment