Skip to content

Instantly share code, notes, and snippets.

@sujee
Created January 21, 2014 21:47
Show Gist options
  • Save sujee/8549067 to your computer and use it in GitHub Desktop.
Save sujee/8549067 to your computer and use it in GitHub Desktop.
hadoop 2 single node : hdfs-site.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
<description>single node, 1 copy</description>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment