Failed to open new session: java.lang.RuntimeException:
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException):
User: hadoop is not allowed to impersonate cheng
user:hadoop is 我的hadoop安装使用,程是ubuntu用户。
我的系统中已经有以下配置 core-site.xml
:
<name>hadoop.proxyuser.hive.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.hive.groups</name>
<value>*</value>
</property>
1条答案
按热度按时间eblbsuwk1#
之前不存在配置单元用户,因此我将hadoop.proxyuser.hive.groups更改为hadoop.proxyuser.hadoop.group,依此类推。在hue config hue.ini中,设置hue用户。所以问题是解决方案。