druid/examples/quickstart/tutorial/hadoop/docker/hdfs-site.xml

15 lines
354 B
XML
Raw Normal View History

<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
<property>
<name>dfs.client.use.datanode.hostname</name>
<value>true</value>
</property>
<property>
<name>dfs.datanode.use.datanode.hostname</name>
<value>true</value>
</property>
</configuration>