[ 
https://issues.apache.org/jira/browse/HADOOP-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705770#action_12705770
 ] 

Raghu Angadi commented on HADOOP-5769:
--------------------------------------

I would vote for changing it to POSIX/Linux.  Only BSD seems to be the odd one 
on this.

> NameNode.mkdirs does not create directories owned by current group
> ------------------------------------------------------------------
>
>                 Key: HADOOP-5769
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5769
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Todd Lipcon
>
> {code}
>     return namesystem.mkdirs(src,
>         new 
> PermissionStatus(UserGroupInformation.getCurrentUGI().getUserName(),
>             null, masked));
> {code}
> The second argument to PermissionStatus should possibly be set by the first 
> group listed in the current UGI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to