Adam Antal created HDFS-13950:
---------------------------------

             Summary: 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


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: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to