Created
August 14, 2012 21:53
-
-
Save shrijeet/3353359 to your computer and use it in GitHub Desktop.
Hadoop security configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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