Description
I'm aware that the NFS gateway to HDFS doesn't work with secondary groups until Hadoop 2.5 (HADOOP-10701) but I've also found that when setting extended ACLs to allow the primary group of my regular user account I'm still unable to access that directory in HDFS via the NFS gateway's mount point, although I can via hadoop fs commands, indicating the NFS gateway isn't respecting with HDFS extended ACLs. Nor do the existence of extended ACLS show up via a plus sign after the rwx bits in the NFS directory listing as they do in hadoop fs listing or as regular Linux extended ACLs both do.
Attachments
Issue Links
- relates to
-
HDFS-6949 Add NFS-ACL protocol support
- Open