Skip to content

Instantly share code, notes, and snippets.

@mingwei-li
Last active August 4, 2020 18:56
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 mingwei-li/6afdbad128e59d824a2e531f8d896909 to your computer and use it in GitHub Desktop.
Save mingwei-li/6afdbad128e59d824a2e531f8d896909 to your computer and use it in GitHub Desktop.
hyperspace - hdfs-site
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
</configuration>
<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