User: root is not allowed to impersonate admin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了User: root is not allowed to impersonate admin相关的知识,希望对你有一定的参考价值。

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

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

After adding the property files into core-site.xml restart your hadoop and try. Even though if it not works format the namenode and start hadoop it will work.

以上是关于User: root is not allowed to impersonate admin的主要内容,如果未能解决你的问题,请参考以下文章