Created
October 30, 2017 14:30
-
-
Save JoeyAndres/5f42c007dea5beab7ce674c027d0a03f to your computer and use it in GitHub Desktop.
Multi-node core-site.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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