|
@@ -0,0 +1,143 @@
|
|
|
|
+<?xml version="1.0"?>
|
|
|
|
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
|
+
|
|
|
|
+<!--
|
|
|
|
+ Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
+ contributor license agreements. See the NOTICE file distributed with
|
|
|
|
+ this work for additional information regarding copyright ownership.
|
|
|
|
+ The ASF licenses this file to You 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.
|
|
|
|
+-->
|
|
|
|
+
|
|
|
|
+<!--
|
|
|
|
+This file creates URLs with spaces at the beginning and
|
|
|
|
+end and makes sure that we read them correctly.
|
|
|
|
+JIRA - HDFS 7684
|
|
|
|
+
|
|
|
|
+-->
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<configuration>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.namenode.secondary.http-address</name>
|
|
|
|
+ <value>0.0.0.0:50090 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The secondary namenode http server address and port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.namenode.secondary.https-address</name>
|
|
|
|
+ <value>0.0.0.0:50091 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The secondary namenode HTTPS server address and port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.datanode.address</name>
|
|
|
|
+ <value>0.0.0.0:50010 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The datanode server address and port for data transfer.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.datanode.http.address</name>
|
|
|
|
+ <value>0.0.0.0:50075 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The datanode http server address and port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.datanode.ipc.address</name>
|
|
|
|
+ <value>0.0.0.0:50020 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The datanode ipc server address and port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.datanode.handler.count</name>
|
|
|
|
+ <value>10</value>
|
|
|
|
+ <description>The number of server threads for the datanode.</description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.namenode.http-address</name>
|
|
|
|
+ <value>0.0.0.0:50070 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The address and the base port where the dfs namenode web ui will listen on.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.datanode.https.address</name>
|
|
|
|
+ <value>0.0.0.0:50475 </value>
|
|
|
|
+ <description>The datanode secure http server address and port.</description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.namenode.https-address</name>
|
|
|
|
+ <value>0.0.0.0:50470 </value>
|
|
|
|
+ <description>The namenode secure http server address and port.</description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+ <property>
|
|
|
|
+ <name>dfs.namenode.backup.address</name>
|
|
|
|
+ <value>0.0.0.0:50100 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The backup node server address and port.
|
|
|
|
+ If the port is 0 then the server will start on a free port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+ <property>
|
|
|
|
+ <name>dfs.namenode.backup.http-address</name>
|
|
|
|
+ <value> 0.0.0.0:50105 </value>
|
|
|
|
+ <description>
|
|
|
|
+ The backup node http server address and port.
|
|
|
|
+ If the port is 0 then the server will start on a free port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.journalnode.rpc-address</name>
|
|
|
|
+ <value>0.0.0.0:8485</value>
|
|
|
|
+ <description>
|
|
|
|
+ The JournalNode RPC server address and port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.journalnode.http-address</name>
|
|
|
|
+ <value>0.0.0.0:8480</value>
|
|
|
|
+ <description>
|
|
|
|
+ The address and port the JournalNode HTTP server listens on.
|
|
|
|
+ If the port is 0 then the server will start on a free port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+<property>
|
|
|
|
+ <name>dfs.journalnode.https-address</name>
|
|
|
|
+ <value>0.0.0.0:8481</value>
|
|
|
|
+ <description>
|
|
|
|
+ The address and port the JournalNode HTTPS server listens on.
|
|
|
|
+ If the port is 0 then the server will start on a free port.
|
|
|
|
+ </description>
|
|
|
|
+</property>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+</configuration>
|