Created
August 5, 2012 15:27
-
-
Save gree2/3265394 to your computer and use it in GitHub Desktop.
Install Hadoop: conf-multi-node
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
<!-- 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