[bug] Hive:User root is not allowed to impersonate anonymous

修改hadoop 配置文件 etc/hadoop/core-site.xml,加入如下配置项:

<property>
  <name>hadoop.proxyuser.root.hosts</name>
  <value>*</value>
</property>

<property>
  <name>hadoop.proxyuser.root.groups</name>
  <value>*</value>
</property>

posted @ 2018-12-16 16:25  cxc1357  阅读(672)  评论(1编辑  收藏  举报