Colin Patrick McCabe created HADOOP-11255:
---------------------------------------------
Summary: listLocatedStatus does not support cross-filesystem
symlinks
Key: HADOOP-11255
URL: https://issues.apache.org/jira/browse/HADOOP-11255
Project: Hadoop Common
Issue Type: Sub-task
Reporter: Colin Patrick McCabe
listLocatedStatus does not properly support cross-filesystem symlinks. This is
because the two-argument form of {{FileSystem#listLocatedStatus}} is protected.
So when it needs to call its counterpart in another FS, it's unable to do so
because of the Java access rules.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)