Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Last active October 30, 2017 20:58
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 JoeyAndres/f3a1c306fc0d48b198d2143fd5b78362 to your computer and use it in GitHub Desktop.
Save JoeyAndres/f3a1c306fc0d48b198d2143fd5b78362 to your computer and use it in GitHub Desktop.
core-site.xml for cluster configuration
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://linux-01</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment