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 "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/12/09 19:48:18 UTC

[jira] Commented: (HADOOP-6421) Symbolic links

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

Doug Cutting commented on HADOOP-6421:
--------------------------------------

Should we add an implementation to LocalFileSystem here?  That would enable us to add some tests.  It could use shell commands to implement createSymlink() and getLinkTarget().  The hardest bit might be implementing listStatus() and getStatus() to correctly support isLink().

Testing could instead be accomplished with a FilterFileSystem implementation used only for testing.  It would be nice to have a usable implemenation for the local fs, but that could be left to a separate issue.


> Symbolic links
> --------------
>
>                 Key: HADOOP-6421
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6421
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>         Attachments: symlink24-common.patch
>
>
> Here's a jira for the common parts of HDFS-245, mostly changes to FileContext and AbstractFileSystem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.