mirror of
https://github.com/rclone/rclone.git
synced 2024-12-11 09:41:47 +01:00
71edc75ca6
This includes an HDFS docker image to use with the integration tests. Co-authored-by: Ivan Andreev <ivandeex@gmail.com> Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
7 lines
381 B
XML
7 lines
381 B
XML
<configuration>
|
|
<property><name>fs.defaultFS</name><value>hdfs://localhost:8020</value></property>
|
|
<property><name>hadoop.http.staticuser.user</name><value>root</value></property>
|
|
<property><name>hadoop.proxyuser.root.groups</name><value>root,nogroup</value></property>
|
|
<property><name>hadoop.proxyuser.root.hosts</name><value>*</value></property>
|
|
</configuration>
|