Hadoop Core - Proxy Authentication

Yarn Hortonworks

About

Security - (Proxy|N-tier|Impersonation) authentication proxy authentication in Hadoop

See also: Hadoop - Authentication

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: Hadoop - 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:

  • super is the admin user
  • hadoop.proxyuser.super.hosts defines the host where the admin user super can connect to impersonate.
  • hadoop.proxyuser.super.groups defines the group that can be impersonated.

Documentation / Reference





Discover More
Yarn Hortonworks
Hue - Hdfs

Hdfs in Hue. Hdfs is one of the Hue managed service. Enable WebHDFS : Configure Hue as a proxy user for all other users and groups, meaning it may submit a request on behalf of any other user....
Card Puncher Data Processing
Spark - User

user identity Do we need to add the user to all the nodes (head and workernodes) of the...



Share this page:
Follow us:
Task Runner