Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created August 13, 2012 04:08
Show Gist options
  • Save josephmisiti/3336864 to your computer and use it in GitHub Desktop.
Save josephmisiti/3336864 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hadoop.tmp.dir</name>
<value>/usr/local/Cellar/hadoop/hdfs/tmp</value>
<description>A base for other temporary directories.</description>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment