Created
August 12, 2019 20:50
-
-
Save itsamirrezah/409fa879811212739006757f67998a62 to your computer and use it in GitHub Desktop.
Hadoop Multinode Cluster Setup
This file contains 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
<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