mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
15 lines
354 B
XML
15 lines
354 B
XML
<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>
|