Author: mattf
Date: Wed Sep 28 01:04:18 2011
New Revision: 1176675
URL: http://svn.apache.org/viewvc?rev=1176675&view=rev
Log:
HADOOP-7683. remove hdfs-site.xml template has properties that are not used in
0.20-security. Contributed by Arpit Gupta.
Modified:
hadoop/common/branches/branch-0.20-security/CHANGES.txt
hadoop/common/branches/branch-0.20-security/src/packages/templates/conf/hdfs-site.xml
Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1176675&r1=1176674&r2=1176675&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Wed Sep 28 01:04:18
2011
@@ -76,6 +76,9 @@ Release 0.20.205.0 - unreleased
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)
Modified:
hadoop/common/branches/branch-0.20-security/src/packages/templates/conf/hdfs-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/src/packages/templates/conf/hdfs-site.xml?rev=1176675&r1=1176674&r2=1176675&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.20-security/src/packages/templates/conf/hdfs-site.xml
(original)
+++
hadoop/common/branches/branch-0.20-security/src/packages/templates/conf/hdfs-site.xml
Wed Sep 28 01:04:18 2011
@@ -182,20 +182,6 @@
</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>
<description>