Skip to content

Instantly share code, notes, and snippets.

@gree2
Created August 5, 2012 15:27
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 gree2/3265394 to your computer and use it in GitHub Desktop.
Save gree2/3265394 to your computer and use it in GitHub Desktop.
Install Hadoop: conf-multi-node
<!-- In: conf/core-site.xml -->
<property>
<name>fs.default.name</name>
<value>hdfs://master:54310</value>
<description>...</description>
</property>
<!-- In: conf/mapred-site.xml -->
<property>
<name>mapred.job.tracker</name>
<value>master:54311</value>
<description>...</description>
</property>
<!-- In: conf/hdfs-site.xml -->
<property>
<name>dfs.replication</name>
<value>3</value>
<description>...</description>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment