Last active
August 29, 2015 14:07
-
-
Save samarthbhargav/27b943ab1e65cb8d2d1a to your computer and use it in GitHub Desktop.
Conf for Hadoop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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