mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
15 lines
381 B
Plaintext
15 lines
381 B
Plaintext
<configuration>
|
|
<property>
|
|
<name>fs.defaultFS</name>
|
|
<value>hdfs://HOSTNAME:9000</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.root.hosts</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.root.groups</name>
|
|
<value>*</value>
|
|
</property>
|
|
</configuration>
|