Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Created October 30, 2017 14:30
Show Gist options
  • Save JoeyAndres/5f42c007dea5beab7ce674c027d0a03f to your computer and use it in GitHub Desktop.
Save JoeyAndres/5f42c007dea5beab7ce674c027d0a03f to your computer and use it in GitHub Desktop.
Multi-node core-site.xml
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://master:9000</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment