Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1167E6E77 for ; Fri, 20 May 2011 03:37:00 +0000 (UTC) Received: (qmail 43829 invoked by uid 500); 20 May 2011 03:36:59 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 43797 invoked by uid 500); 20 May 2011 03:36:59 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 43790 invoked by uid 99); 20 May 2011 03:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 03:36:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 03:36:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8B3C623888EA; Fri, 20 May 2011 03:36:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125220 - in /hadoop/common/branches/branch-0.22: CHANGES.txt src/java/core-default.xml Date: Fri, 20 May 2011 03:36:37 -0000 To: common-commits@hadoop.apache.org From: todd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110520033637.8B3C623888EA@eris.apache.org> 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 @@ - - - - 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. - - -