Skip to content

Instantly share code, notes, and snippets.

@nabsul
Created October 21, 2016 23:29
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 nabsul/27a9ee7d17f5f1e262999b30b5b4fec3 to your computer and use it in GitHub Desktop.
Save nabsul/27a9ee7d17f5f1e262999b30b5b4fec3 to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/var/app/hadoop/data</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment