Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created January 11, 2019 14:26
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 thejungwon/8bd2583ab23f6a095a49328e731cf1ba to your computer and use it in GitHub Desktop.
Save thejungwon/8bd2583ab23f6a095a49328e731cf1ba to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>dfs.namenode.name.dir</name>
<value>/usr/local/hadoop/data/nameNode</value>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>/usr/local/hadoop/data/dataNode</value>
</property>
<property>
<name>dfs.replication</name>
<value>2</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment