-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathhdfs-site.xml
More file actions
146 lines (144 loc) · 5.13 KB
/
hdfs-site.xml
File metadata and controls
146 lines (144 loc) · 5.13 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>dfs.namenode.rpc-address</name>
<value>crs-dataiku-hadoop2-m:8020</value>
<description>
RPC address that handles all clients requests. If empty then we'll get
thevalue from fs.default.name.The value of this property will take the
form of hdfs://nn-host1:rpc-port.
</description>
</property>
<property>
<name>dfs.permissions.enabled</name>
<value>false</value>
<description>
If &amp;quot;true&amp;quot;, enable permission checking in HDFS. If
&amp;quot;false&amp;quot;, permission checking is turned off, but
all other behavior is unchanged. Switching from one parameter
value to the other does not change the mode, owner or group of
files or directories.
</description>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>/hadoop/dfs/data</value>
<description>
Determines where on the local filesystem an DFS datanode should store its
blocks. If this is a comma-delimited list of directories, then data will
be stored in all named directories, typically on different
devices.Directories that do not exist are ignored.
</description>
</property>
<property>
<name>dfs.namenode.http-address</name>
<value>0.0.0.0:9870</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.permissions.supergroup</name>
<value>hadoop</value>
<description>The name of the group of super-users.</description>
</property>
<property>
<name>dfs.hosts</name>
<value>/etc/hadoop/conf/nodes_include</value>
</property>
<property>
<name>dfs.namenode.secondary.http-address</name>
<value>0.0.0.0:9868</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.client.read.shortcircuit</name>
<value>true</value>
</property>
<property>
<name>dfs.namenode.name.dir</name>
<value>/hadoop/dfs/name</value>
<description>
Determines where on the local filesystem the DFS namenode should store the
name table(fsimage). If this is a comma-delimited list of directories then
the name table is replicated in all of the directories for redundancy.
</description>
</property>
<property>
<name>dfs.replication</name>
<value>2</value>
<description>
Default block replication. The actual number of replications can be
specified when the file is created. The default is used if replication
is not specified in create time.
</description>
</property>
<property>
<name>dfs.domain.socket.path</name>
<value>/var/lib/hadoop-hdfs/dn_socket</value>
</property>
<property>
<name>dfs.namenode.checkpoint.dir</name>
<value>file:///hadoop/dfs/namesecondary</value>
<description>
Determines where on the local filesystem the DFS secondary namenode should
store the temporary images to merge. If this is a comma-delimited
list of directories then the image is replicated in all of the
directories for redundancy.
</description>
</property>
<property>
<name>dfs.hosts.exclude</name>
<value>/etc/hadoop/conf/nodes_exclude</value>
</property>
<property>
<name>dfs.datanode.data.dir.perm</name>
<value>700</value>
<description>
Permissions for the directories on on the local filesystem where the DFS
data node store its blocks. The permissions can either be octal or
symbolic.
</description>
</property>
<property>
<name>dfs.datanode.address</name>
<value>0.0.0.0:9866</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.namenode.https-address</name>
<value>0.0.0.0:9871</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.datanode.https.address</name>
<value>0.0.0.0:9865</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.datanode.http.address</name>
<value>0.0.0.0:9864</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.datanode.ipc.address</name>
<value>0.0.0.0:9867</value>
<source>Dataproc Cluster Properties</source>
</property>
<property>
<name>dfs.namenode.secondary.https-address</name>
<value>0.0.0.0:9869</value>
<source>Dataproc Cluster Properties</source>
</property>
</configuration>