Browse Source

HADOOP-7683. remove hdfs-site.xml template has properties that are not used in 0.20-security. Contributed by Arpit Gupta.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-205@1176676 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 14 years ago
parent
commit
9a17bb38b9
2 changed files with 3 additions and 14 deletions
  1. 3 0
      CHANGES.txt
  2. 0 14
      src/packages/templates/conf/hdfs-site.xml

+ 3 - 0
CHANGES.txt

@@ -47,6 +47,9 @@ Release 0.20.205.0 - 2011.09.27
 
   BUG FIXES
 
+    HADOOP-7683. remove hdfs-site.xml template has properties that are not used
+    in 0.20-security. (Arpit Gupta via mattf)
+
     HADOOP-7603. Set default hdfs, mapred uid, and hadoop group gid for RPM 
     packages. (Eric Yang via mattf)
 

+ 0 - 14
src/packages/templates/conf/hdfs-site.xml

@@ -181,20 +181,6 @@
     <description>The name of the group of super-users.</description>
   </property>
   
-  <property>
-    <name>dfs.namenode.http-address</name>
-    <value>${HADOOP_NN_HOST}:50070</value>
-    <description>
-      The address and the base port where the dfs namenode web ui will listen on.
-      If the port is 0 then the server will start on a free port.
-    </description>
-  </property>
-
-  <property>
-    <name>dfs.namenode.https-address</name>
-    <value>${HADOOP_NN_HOST}:50470</value>
-  </property>
-
   <property>
     <name>dfs.secondary.http.address</name>
     <value>${HADOOP_SNN_HOST}:50090</value>