aboutsummaryrefslogtreecommitdiff
path: root/fstest/testserver/images/test-hdfs/core-site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fstest/testserver/images/test-hdfs/core-site.xml')
-rw-r--r--fstest/testserver/images/test-hdfs/core-site.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/fstest/testserver/images/test-hdfs/core-site.xml b/fstest/testserver/images/test-hdfs/core-site.xml
new file mode 100644
index 0000000..061d48d
--- /dev/null
+++ b/fstest/testserver/images/test-hdfs/core-site.xml
@@ -0,0 +1,12 @@
+<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>
+ <!-- KERBEROS BEGIN -->
+ <property><name>hadoop.security.authentication</name><value>kerberos</value></property>
+ <property><name>hadoop.security.authorization</name><value>true</value></property>
+ <property><name>hadoop.rpc.protection</name><value>integrity</value></property>
+ <property><name>hadoop.user.group.static.mapping.overrides</name><value>user=supergroup</value></property>
+ <!-- KERBEROS END -->
+</configuration>