You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/05/20 05:37:04 UTC

svn commit: r1125221 - in /hadoop/common/trunk: CHANGES.txt src/java/core-default.xml

Author: todd
Date: Fri May 20 03:37:03 2011
New Revision: 1125221

URL: http://svn.apache.org/viewvc?rev=1125221&view=rev
Log:
HADOOP-7302. webinterface.private.actions should be renamed and moved to the MapReduce project. Contributed by Ari Rabkin.

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/src/java/core-default.xml

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1125221&r1=1125220&r2=1125221&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Fri May 20 03:37:03 2011
@@ -170,6 +170,9 @@ Trunk (unreleased changes)
     HADOOP-7306. Start metrics system even if config files are missing
     (Luke Lu via todd)
 
+    HADOOP-7302. webinterface.private.actions should be renamed and moved to
+    the MapReduce project. (Ari Rabkin via todd)
+
   OPTIMIZATIONS
 
   BUG FIXES

Modified: hadoop/common/trunk/src/java/core-default.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/src/java/core-default.xml?rev=1125221&r1=1125220&r2=1125221&view=diff
==============================================================================
--- hadoop/common/trunk/src/java/core-default.xml (original)
+++ hadoop/common/trunk/src/java/core-default.xml Fri May 20 03:37:03 2011
@@ -515,18 +515,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>