Author: eli
Date: Wed Nov 30 07:49:15 2011
New Revision: 1208313
URL: http://svn.apache.org/viewvc?rev=1208313&view=rev
Log:
Ammend HDFS-2570 to shorten description.
Modified:
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Modified:
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml?rev=1208313&r1=1208312&r2=1208313&view=diff
==============================================================================
---
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
(original)
+++
hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Wed Nov 30 07:49:15 2011
@@ -122,17 +122,13 @@ creations/deletions), or "all".</descrip
<property>
<name>dfs.datanode.https.address</name>
<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>
+ <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.
- If the port is 0 then the server will start on a free port.
- </description>
+ <description>The namenode secure http server address and port.</description>
</property>
<property>