-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore-site.xml
More file actions
30 lines (27 loc) · 1002 Bytes
/
core-site.xml
File metadata and controls
30 lines (27 loc) · 1002 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://master:9000</value>
</property>
<property>
<name>hadoop.proxyuser.pi.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.pi.groups</name>
<value>*</value>
</property>
<property>
<name>hadoop.security.authorization</name>
<value>false</value>
<description>Is service-level authorization not enable</description>
</property>
<property>
<name>hadoop.security.authentication</name>
<value>simple</value>
<description>Possible values are simple (no authentication), and kerberos
</description>
</property>
</configuration>