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

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

    [ https://issues.apache.org/jira/browse/HADOOP-11255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14192352#comment-14192352 ] 

Colin Patrick McCabe commented on HADOOP-11255:
-----------------------------------------------

[~kihwal] found this issue while implementing HADOOP-10987.  The issue existed even before that JIRA.

> 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
>          Components: fs
>            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)