[ 
https://issues.apache.org/jira/browse/HDFS-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Antal updated HDFS-13950:
------------------------------
    Description: 
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.

 

  was:
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.

 


> 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
>
> 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]

Reply via email to