Skip to content

Instantly share code, notes, and snippets.

@petrul
Created April 8, 2012 13:30
Show Gist options
  • Save petrul/2337332 to your computer and use it in GitHub Desktop.
Save petrul/2337332 to your computer and use it in GitHub Desktop.
simplest HDFS core-site
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:8020</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment