1
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
ユーザ:hadoopは私のhadoopインストールを使用し、chengはubuntuユーザーです。hue connect hiveにエラーがありました
私はすでにcore-site.xml
で次のように構成している。
<name>hadoop.proxyuser.hive.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.hive.groups</name>
<value>*</value>
</property>