-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore-site.xml
More file actions
33 lines (32 loc) · 1.08 KB
/
Copy pathcore-site.xml
File metadata and controls
33 lines (32 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://hdfsha</value>
</property>
<!-- <property>
<name>fs.default.name</name>
<value>hdfs://hdfsha</value>
</property> -->
<property>
<name>hadoop.proxyuser.root.groups</name>
<value>bigred</value>
</property>
<property>
<name>hadoop.proxyuser.root.users</name>
<value>bigred</value>
</property>
<!-- HA -->
<property>
<name>ha.zookeeper.quorum</name>
<value>dtw4:2181,dtw5:2181,dtw6:2181</value>
</property>
<property>
<name>io.compression.codecs</name>
<value>org.apache.hadoop.io.compress.BZip2Codec,org.apache.hadoop.io.compress.GzipCodec</value>
</property>
<property>
<name>hadoop.security.authorization</name>
<value>true</value>
</property>
</configuration>