Kevin Cox created HDFS-10276: -------------------------------- Summary: Different results for exist call for file.ext/name Key: HDFS-10276 URL: https://issues.apache.org/jira/browse/HDFS-10276 Project: Hadoop HDFS Issue Type: Bug Reporter: Kevin Cox
Given you have a file {{/file}} an existence check for the path {{/file/whatever}} will give different responses for different implementations of FileSystem. LocalFileSystem will return false while DistributedFileSystem will throw {{org.apache.hadoop.security.AccessControlException: Permission denied: ..., access=EXECUTE, ...}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)