Author: todd
Date: Fri May 20 03:36:37 2011
New Revision: 1125220
URL: http://svn.apache.org/viewvc?rev=1125220&view=rev
Log:
HADOOP-7302. webinterface.private.actions should be renamed and moved to the
MapReduce project. Contributed by Ari Rabkin.
Modified:
hadoop/common/branches/branch-0.22/CHANGES.txt
hadoop/common/branches/branch-0.22/src/java/core-default.xml
Modified: hadoop/common/branches/branch-0.22/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/CHANGES.txt?rev=1125220&r1=1125219&r2=1125220&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.22/CHANGES.txt Fri May 20 03:36:37 2011
@@ -242,6 +242,9 @@ Release 0.22.0 - Unreleased
HADOOP-7291. Update Hudson job not to run test-contrib. (Nigel Daley via
eli)
+ HADOOP-7302. webinterface.private.actions should be renamed and moved to
+ the MapReduce project. (Ari Rabkin via todd)
+
OPTIMIZATIONS
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
Modified: hadoop/common/branches/branch-0.22/src/java/core-default.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/src/java/core-default.xml?rev=1125220&r1=1125219&r2=1125220&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/src/java/core-default.xml (original)
+++ hadoop/common/branches/branch-0.22/src/java/core-default.xml Fri May 20
03:36:37 2011
@@ -501,18 +501,6 @@
</property>
-<!-- Web Interface Configuration -->
-
-<property>
- <name>webinterface.private.actions</name>
- <value>false</value>
- <description> If set to true, the web interfaces of JT and NN may contain
- actions, such as kill job, delete file, etc., that should
- not be exposed to public. Enable this option if the interfaces
- are only reachable by those who have the right authorization.
- </description>
-</property>
-
<!-- Proxy Configuration -->
<property>