About
Proxy Authentication proxy authentication in Hadoop
See also: Auth
Articles Related
Use case
A superuser wants to submit job and access hdfs on behalf of a user. The superuser has kerberos credentials but the user doesn’t have any.
Configuration
Example: Core Site.xml
<property>
<name>hadoop.proxyuser.super.hosts</name>
<value>host1,host2</value>
</property>
<property>
<name>hadoop.proxyuser.super.groups</name>
<value>group1,group2</value>
</property>
where:
