17.5. FAQ
17.5.1.adoop.security.authorize.AuthorizationException): User: hadoop is not allowed to impersonate anonymous 编辑 /srv/apache-hadoop/etc/hadoop/core-site.xml 文件,增加如下配置,这里使用 * 匹配,你可以根据实际需要修改。 <property> <name>hadoop.proxyuser.hadoop.groups</name> <value>*</value> <description>Allow the superuser oozie to impersonate any members of the group group1 and group2</description> </property> <property> <name>hadoop.proxyuser.hadoop.hosts</name...