Skip to content

Instantly share code, notes, and snippets.

@sgykfjsm
Created January 10, 2014 02:56
Show Gist options
  • Save sgykfjsm/8346265 to your computer and use it in GitHub Desktop.
Save sgykfjsm/8346265 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://master1:8020/</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/tmp/hadoop</value>
</property>
<property>
<name>hadoop.security.group.mapping</name>
<value>org.apache.hadoop.security.ShellBasedUnixGroupsMapping</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment