You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by el...@apache.org on 2011/11/30 08:49:16 UTC

svn commit: r1208313 - /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

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>