Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created October 8, 2015 11:02
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/e9dbcbac7470a151fc76 to your computer and use it in GitHub Desktop.
Save heinrichvk/e9dbcbac7470a151fc76 to your computer and use it in GitHub Desktop.
Edit /opt/atsd/hadoop/conf/core-site.xml setting hadoop.tmp.dir property to /data/hdfs-cache:
<property>
<name>hadoop.tmp.dir</name>
<value>/data/hdfs-cache</value>
<description>A base for other temporary directories.</description>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment