Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 92487 invoked from network); 6 Aug 2010 10:09:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 10:09:41 -0000 Received: (qmail 64450 invoked by uid 500); 6 Aug 2010 10:09:41 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 64309 invoked by uid 500); 6 Aug 2010 10:09:39 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 64301 invoked by uid 99); 6 Aug 2010 10:09:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 10:09:38 +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; Fri, 06 Aug 2010 10:09:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o76A9G1x006317 for ; Fri, 6 Aug 2010 10:09:17 GMT Message-ID: <19995888.197781281089356975.JavaMail.jira@thor> Date: Fri, 6 Aug 2010 06:09:16 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList In-Reply-To: <6885195.391831279173830267.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896012#action_12896012 ] Amareshwari Sriramadasu commented on HADOOP-6862: ------------------------------------------------- test-patch result: {noformat} [exec] [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] [exec] -1 javadoc. The javadoc tool appears to have generated 1 warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. [exec] {noformat} bq -1 javadoc. Is due to HADOOP-6830. Verified there no new javadoc warnings introduced in the patch. All unit tests passed on my local machine. > Add api to add user/group to AccessControlList > ---------------------------------------------- > > Key: HADOOP-6862 > URL: https://issues.apache.org/jira/browse/HADOOP-6862 > Project: Hadoop Common > Issue Type: Improvement > Components: security > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.22.0 > > Attachments: patch-6862-1.txt, patch-6862-2.txt, patch-6862.txt > > > Add api addUser(String user) and addGroup(String group) to add user/group to AccessControlList -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.