Details
Description
I found this warning message in a HDFS cluster
2018-03-27 19:15:28,841 INFO org.apache.hadoop.ipc.Server: IPC Server handler 90 on 8020, call org.apache.hadoop.hdfs.protocol.ClientProtocol.setAcl from 10.0.0.1:39508 Call#79376996 Retry#0: org.apache.hadoop.hdfs.protocol.AclException: Invalid ACL: only directories may have a default ACL. 2018-03-27 19:15:28,841 WARN org.apache.hadoop.security.UserGroupInformation: PriviledgedActionException as:hive/host1.EXAMPLE.COM@EXAMPLE.COM (auth:KERBE ROS) cause:org.apache.hadoop.hdfs.protocol.AclException: Invalid ACL: only directories may have a default ACL.
However it doesn't tell me which file had this invalid ACL.
This cluster has Sentry enabled, so it is possible this invalid ACL doesn't come from HDFS, but from Sentry.
File this Jira to improve the message and add file name in it.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-13363 Record file path when FSDirAclOp throws AclException
- Resolved