Skip to content

Instantly share code, notes, and snippets.

@allen501pc
Created May 10, 2011 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allen501pc/964176 to your computer and use it in GitHub Desktop.
Save allen501pc/964176 to your computer and use it in GitHub Desktop.
core-site.xml
<?xml version="1.0"?>
<!-- core-site.xml -->
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://namenode/</value>
<final>true</final>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment