Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-13950

ACL documentation update to indicate that ACL entries are capped by 32

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.3.0
    • hdfs
    • None

    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)

      private static final int MAX_ENTRIES = 32;

      is set as such.

       

      Attachments

        1. HDFS-13950.001.patch
          2 kB
          Adam Antal

        Activity

          People

            adam.antal Adam Antal
            adam.antal Adam Antal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: