Skip to content

Instantly share code, notes, and snippets.

@samarthbhargav
Last active August 29, 2015 14:07
Show Gist options
  • Save samarthbhargav/27b943ab1e65cb8d2d1a to your computer and use it in GitHub Desktop.
Save samarthbhargav/27b943ab1e65cb8d2d1a to your computer and use it in GitHub Desktop.
Conf for Hadoop
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost/</value>
<description>NameNode URI</description>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/usr/local/hadoop/hdfs/tmp/</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment