Skip to content

Instantly share code, notes, and snippets.

@petrul
Created April 8, 2012 13:31
Show Gist options
  • Save petrul/2337337 to your computer and use it in GitHub Desktop.
Save petrul/2337337 to your computer and use it in GitHub Desktop.
Simplest HDFS hdfs-site.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>dfs.namenode.name.dir</name>
<value>file:///Users/petrudimulescu/.hdfs/name</value>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>file:///Users/petrudimulescu/.hdfs/data</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment