我启动了hiveserver2。我正试图通过直线连接到服务器
beeline> !connect jdbc:hive2://localhost:10000/default
然后我给出一个空白的用户名和密码,并得到以下错误:
castor is not allowed to impersonate anonymous
有人能帮我接通吗
4urapxun1#
您需要在core-site.xml中为模拟设置proxyuser属性ie hadoop.proxyuser.hive.groups组=*
hadoop.proxyuser.hive.hosts=*
你可以在oozie上找到更多的日志,启动程序日志将帮助你调试更多。
1条答案
按热度按时间4urapxun1#
您需要在core-site.xml中为模拟设置proxyuser属性
ie hadoop.proxyuser.hive.groups组=*
你可以在oozie上找到更多的日志,启动程序日志将帮助你调试更多。