HDFS-2570. svn merge -c 1204129 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1204130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bab6e8adde
commit
fd771a4f51
|
@ -25,6 +25,9 @@ Release 0.23.1 - UNRELEASED
|
||||||
HDFS-2454. Move maxXceiverCount check to before starting the
|
HDFS-2454. Move maxXceiverCount check to before starting the
|
||||||
thread in dataXceiver. (harsh via eli)
|
thread in dataXceiver. (harsh via eli)
|
||||||
|
|
||||||
|
HDFS-2570. Add descriptions for dfs.*.https.address in hdfs-default.xml.
|
||||||
|
(eli)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-2130. Switch default checksum to CRC32C. (todd)
|
HDFS-2130. Switch default checksum to CRC32C. (todd)
|
||||||
|
|
|
@ -122,11 +122,17 @@ creations/deletions), or "all".</description>
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.datanode.https.address</name>
|
<name>dfs.datanode.https.address</name>
|
||||||
<value>0.0.0.0:50475</value>
|
<value>0.0.0.0:50475</value>
|
||||||
|
<description>The datanode secure http server address and port.
|
||||||
|
If the port is 0 then the server will start on a free port.
|
||||||
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.https-address</name>
|
<name>dfs.namenode.https-address</name>
|
||||||
<value>0.0.0.0:50470</value>
|
<value>0.0.0.0:50470</value>
|
||||||
|
<description>The namenode secure http server address and port.
|
||||||
|
If the port is 0 then the server will start on a free port.
|
||||||
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue