[
https://issues.apache.org/jira/browse/HDFS-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639008#comment-16639008
]
Hudson commented on HDFS-13950:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15118 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/15118/])
HDFS-13950. ACL documentation update to indicate that ACL entries are (weichiu:
rev cc2babc1f75c93bf89a8f10da525f944c15d02ea)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md
> ACL documentation update to indicate that ACL entries are capped by 32
> ----------------------------------------------------------------------
>
> Key: HDFS-13950
> URL: https://issues.apache.org/jira/browse/HDFS-13950
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs
> Reporter: Adam Antal
> Assignee: Adam Antal
> Priority: Minor
> Fix For: 3.3.0
>
> Attachments: HDFS-13950.001.patch
>
>
> The hadoop documentation does not contain the information that the ACL
> entries of a file or dir are capped by 32. My proposal is to add a single
> line to the md file informing the users about this.
> Remark: this is indeed the maximum as (from AclTransformation.java)
> {code:java}
> private static final int MAX_ENTRIES = 32;{code}
> is set as such.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]