Re: Permission bit 12 in getFileInfo response

2016-09-19 Thread John Zhuge
Thanks Chris! Silly me, didn't look at "FsPermissionExtension". John Zhuge Software Engineer, Cloudera On Mon, Sep 19, 2016 at 11:33 AM, Chris Nauroth wrote: > Hello John, > > That is the ACL bit. The NameNode toggles on the ACL bit in getFileInfo > responses for inodes that have ACL entries

Re: Permission bit 12 in getFileInfo response

2016-09-19 Thread Chris Nauroth
Hello John, That is the ACL bit. The NameNode toggles on the ACL bit in getFileInfo responses for inodes that have ACL entries attached to them. On the client side, this results in calls to FsPermission#getAclBit returning true. The purpose of the ACL bit is to help client applications identi