You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2014/10/31 20:55:34 UTC

[jira] [Created] (HADOOP-11255) listLocatedStatus does not support cross-filesystem symlinks

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)