Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created October 8, 2015 11:01
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 heinrichvk/9f89f4be62d93da70da1 to your computer and use it in GitHub Desktop.
Save heinrichvk/9f89f4be62d93da70da1 to your computer and use it in GitHub Desktop.
Edit /opt/atsd/hadoop/conf/hdfs-site.xml setting dfs.name.dir and dfs.data.dir properties to /data/hdfs-data-name and /data/hdfs-data:
<property>
<name>dfs.name.dir</name>
<value>/data/hdfs-data-name</value>
</property>
<property>
<name>dfs.data.dir</name>
<value>/data/hdfs-data</value>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment