[ 
https://issues.apache.org/jira/browse/HDDS-1541?focusedWorklogId=253293&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-253293
 ]

ASF GitHub Bot logged work on HDDS-1541:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jun/19 19:03
            Start Date: 03/Jun/19 19:03
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao commented on pull request #885: HDDS-1541. 
Implement addAcl,removeAcl,setAcl,getAcl for Key. Contributed by Ajay Kumat.
URL: https://github.com/apache/hadoop/pull/885#discussion_r289990253
 
 

 ##########
 File path: 
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java
 ##########
 @@ -437,6 +429,19 @@ public void createBucket(
     ozoneManagerClient.createBucket(builder.build());
   }
 
+  private List<OzoneAcl> getAclList() {
+    List<OzoneAcl> listOfAcls = new ArrayList<>();
+    //User ACL
+    listOfAcls.add(new OzoneAcl(ACLIdentityType.USER,
+        ugi.getUserName(), userRights));
+    //Group ACLs of the User
+    List<String> userGroups = Arrays.asList(UserGroupInformation
 
 Review comment:
   why do we need to recreate a new UGI instead of using ugi.getGroups() here?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 253293)
    Time Spent: 77.5h  (was: 77h 20m)

> Implement addAcl,removeAcl,setAcl,getAcl  for Key
> -------------------------------------------------
>
>                 Key: HDDS-1541
>                 URL: https://issues.apache.org/jira/browse/HDDS-1541
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Ajay Kumar
>            Assignee: Ajay Kumar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 77.5h
>  Remaining Estimate: 0h
>
> Implement addAcl,removeAcl,setAcl,getAcl  for Key



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to