Skip to content

Instantly share code, notes, and snippets.

@itsamirrezah
Created August 12, 2019 20:50
Show Gist options
  • Save itsamirrezah/409fa879811212739006757f67998a62 to your computer and use it in GitHub Desktop.
Save itsamirrezah/409fa879811212739006757f67998a62 to your computer and use it in GitHub Desktop.
Hadoop Multinode Cluster Setup
<configuration>
<property>
<name>dfs.namenode.name.dir</name>
<value>file:/home/itsamirrezah/hadoop_store/hdfs/namenode</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment