Skip to content

Instantly share code, notes, and snippets.

./hdfs namenode -format
@mingwei-li
mingwei-li / hdfs-site.xml
Last active August 4, 2020 18:56
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>