beeline连接hiveserver2报错:User: root is not allowed to impersonate root
Posted orziii
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了beeline连接hiveserver2报错:User: root is not allowed to impersonate root相关的知识,希望对你有一定的参考价值。
在hadoop的配置文件core-site.xml中添加如下属性:
<property>
<name>hadoop.proxyuser.root.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.root.groups</name>
<value>*</value>
</property>
重启集群解决
以上是关于beeline连接hiveserver2报错:User: root is not allowed to impersonate root的主要内容,如果未能解决你的问题,请参考以下文章
[Hive] - Beeline 偶发 Unable to read HiveServer2 uri from ZooKeeper 问题