Chris Nauroth created HDFS-5623: ----------------------------------- Summary: NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup. Key: HDFS-5623 URL: https://issues.apache.org/jira/browse/HDFS-5623 Project: Hadoop HDFS Issue Type: Sub-task Components: namenode Reporter: Chris Nauroth
The existing permission checks are skipped under the following conditions: * {{dfs.permissions.enabled}} is set to false. (There are several exceptions stated in the documentation.) * The user is the super-user. * The user is a member of the super-user group. Add tests verifying that ACL enforcement is also skipped for all of these cases. -- This message was sent by Atlassian JIRA (v6.1#6144)