From 088693f0a025adb78f59f8495509aeced383a097 Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Fri, 20 May 2011 03:37:03 +0000 Subject: [PATCH] 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/trunk@1125221 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ src/java/core-default.xml | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ff37b02b3fe..ff7b56844c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/src/java/core-default.xml b/src/java/core-default.xml index 5edd21e6ceb..1c79b6615fc 100644 --- a/src/java/core-default.xml +++ b/src/java/core-default.xml @@ -515,18 +515,6 @@ - - - - webinterface.private.actions - false - 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. - - -