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

Hudson commented on HADOOP-16443:
---------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16973 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16973/])
HADOOP-16443. Improve help text for setfacl --set option. (stevel: rev 
eb36b09cb7e4fbd39d6f6d84e3f3ddcfd305ed4e)
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/AclCommands.java
* (edit) 
hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md


> Improve help text for setfacl --set option
> ------------------------------------------
>
>                 Key: HADOOP-16443
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16443
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 3.3.0
>            Reporter: Stephen O'Donnell
>            Assignee: Stephen O'Donnell
>            Priority: Minor
>             Fix For: 3.2.1
>
>         Attachments: HADOOP-16443.001.patch
>
>
> The help text associated with the command "setfacl --set" states:
> {quote}
>  --set       Fully replace the ACL, discarding all existing entries. The      
>   
>               <acl_spec> must include entries for user, group, and others for 
>    
>               compatibility with permission bits.               
> {quote}
> However the actual behaviour is a bit more subtle:
> {quote}
> If the ACL spec contains only access entries, then the existing default 
> entries are retained. If the ACL spec contains only default entries, then the 
> existing access entries are retained. If the ACL spec contains both access 
> and default entries, then both are replaced.
> {quote}
> This Jira will improve the help text to more align with the expected 
> behaviour.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to