Skip to content

Instantly share code, notes, and snippets.

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