Bläddra i källkod

HADOOP-7302. webinterface.private.actions should be renamed and moved to the MapReduce project. Contributed by Ari Rabkin.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1125220 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 14 år sedan
förälder
incheckning
0f3588bb45
2 ändrade filer med 3 tillägg och 12 borttagningar
  1. 3 0
      CHANGES.txt
  2. 0 12
      src/java/core-default.xml

+ 3 - 0
CHANGES.txt

@@ -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(..).

+ 0 - 12
src/java/core-default.xml

@@ -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>