Skip to content

Instantly share code, notes, and snippets.

@sgykfjsm
Created January 10, 2014 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgykfjsm/8346335 to your computer and use it in GitHub Desktop.
Save sgykfjsm/8346335 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>dfs.name.dir</name>
<value>/var/lib/hadoop-hdfs/cache/hdfs/dfs/name</value>
</property>
<property>
<name>dfs.permissions.superusergroup</name>
<value>hadoop</value>
</property>
<property>
<name>dfs.name.dir</name>
<value>/home/vagrant/hadoop_home/data/1/dfs/nn</value>
</property>
<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>/home/vagrant/hadoop_home/data/1/dfs/dn,/home/vagrant/hadoop_home/data/2/dfs/dn,/home/vagrant/hadoop_home/data/3/dfs/dn</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment