Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 24813 invoked from network); 11 Oct 2010 10:02:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 10:02:24 -0000 Received: (qmail 27042 invoked by uid 500); 11 Oct 2010 10:02:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 26899 invoked by uid 500); 11 Oct 2010 10:02:20 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 26886 invoked by uid 99); 11 Oct 2010 10:02:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 10:02:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 10:02:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9BA1uwp027082 for ; Mon, 11 Oct 2010 10:01:56 GMT Message-ID: <5456605.73541286791316023.JavaMail.jira@thor> Date: Mon, 11 Oct 2010 06:01:56 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1754) Replace mapred.persmissions.supergroup with an acl : mapreduce.cluster.administrators In-Reply-To: <26323279.13551273038243590.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated MAPREDUCE-1754: ----------------------------------------------- Attachment: patch-1754-1.txt Patch deprecates mapreduce.cluster.permissions.supergroup instead of removing it, by adding the the group to administrator acl. Also updates the testcases. > Replace mapred.persmissions.supergroup with an acl : mapreduce.cluster.administrators > ------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1754 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1754 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.22.0 > > Attachments: patch-1754-1.txt, patch-1754-ydist.txt, patch-1754.txt > > > mapred.permissions.supergroup should be replaced with an acl so that it does not restrict the admins to a single group. > See more details on MAPREDUCE-1542. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.