Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Created October 30, 2017 14:07
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/8282c24f6661ceaf94361561779d8db0 to your computer and use it in GitHub Desktop.
Save JoeyAndres/8282c24f6661ceaf94361561779d8db0 to your computer and use it in GitHub Desktop.
Pseudo-distributed core-site.xml
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:9000</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment