Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
HADOOP-10987 Provide an iterator-based listing API for FileSystem
- Closed