You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/07/15 08:03:50 UTC

[jira] Created: (HADOOP-6862) Add api to add user/group to AccessControlList

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


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.


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Status: Patch Available  (was: Open)

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888783#action_12888783 ] 

Amareshwari Sriramadasu commented on HADOOP-6862:
-------------------------------------------------

bq. -1 javadoc. 
Is because of HADOOP-6830. No new javadoc warnings are introduced in the patch.

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895299#action_12895299 ] 

Vinod K V commented on HADOOP-6862:
-----------------------------------

bq. I will submit a patch which throws an exception saying "wild card not allowed" if a wild card character is passed.
+1. As an aside, all the new methods should return immediately if allAllowed is already true, no point in maintaining any more user/group names.

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896803#action_12896803 ] 

Hudson commented on HADOOP-6862:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #354 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/354/])
    HADOOP-6862. Adds api to add/remove user and group to AccessControlList. Contributed by Amareshwari Sriramadasu


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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888721#action_12888721 ] 

Hadoop QA commented on HADOOP-6862:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12449539/patch-6862.txt
  against trunk revision 964134.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/613/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/613/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/613/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/613/console

This message is automatically generated.

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Status: Patch Available  (was: Open)

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Attachment: patch-6862-1.txt

Adds removeUser and removeGroup api also.

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Ravi Gummadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888748#action_12888748 ] 

Ravi Gummadi commented on HADOOP-6862:
--------------------------------------

How about api for removing user/group ?

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Attachment: patch-6862-2.txt

Patch with suggested changes

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888780#action_12888780 ] 

Hadoop QA commented on HADOOP-6862:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12449552/patch-6862-1.txt
  against trunk revision 964134.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/614/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/614/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/614/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/614/console

This message is automatically generated.

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Attachment: patch-6862.txt

Patch adds addUser(String user) and addGroup(String group) to AccessControlList

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

I just committed this.

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895217#action_12895217 ] 

Amareshwari Sriramadasu commented on HADOOP-6862:
-------------------------------------------------

I think adding/removing a wild card character through this api should not be allowed, because adding a '*' (the only allowed wild card character in ACL) to an already created ACL does not make sense. Also, It makes sense to accept it only in the constructor as it is now, which defines the behavior to be simple. For example, adding it twice by addUser('*") and removing it by removeUser("*") once would result in allowing all the users.

I will submit a patch which throws an exception saying "wild card not allowed" if a wild card character is passed.

Thoughts?

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895211#action_12895211 ] 

Vinod K V commented on HADOOP-6862:
-----------------------------------

The nice little patch looks fine except for the point that adding or removing the wild card character either as part of users list of the groups doesn't change the ACL at all.

You can also separate the newly added cases into a new test :)

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


[jira] Commented: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895986#action_12895986 ] 

Vinod K V commented on HADOOP-6862:
-----------------------------------

Patch looks good. +1.

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Status: Open  (was: Patch Available)

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Status: Open  (was: Patch Available)

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


[jira] Updated: (HADOOP-6862) Add api to add user/group to AccessControlList

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-6862:
--------------------------------------------

    Status: Patch Available  (was: Open)

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