Skip to content

Instantly share code, notes, and snippets.

@shrijeet
Created August 14, 2012 21:53
Show Gist options
  • Save shrijeet/3353359 to your computer and use it in GitHub Desktop.
Save shrijeet/3353359 to your computer and use it in GitHub Desktop.
Hadoop security configuration
<property>
<name>hadoop.proxyuser.oozie.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.oozie.groups</name>
<value>*</value>
</property>
<property>
<name>hadoop.security.authentication</name>
<value>simple</value> <!-- A value of "simple" would disable security. -->
</property>
<property>
<name>hadoop.security.authorization</name>
<value>false</value>
</property>
<property>
<name>hadoop.security.auth_to_local</name>
<value>
RULE:[1:$1](.*)s/(.*)/$1/g
</value>
<description>Resolve Name: [email protected] to shrijeet</description>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment