[ 
https://issues.apache.org/jira/browse/HADOOP-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated HADOOP-9416:
--------------------------------

    Attachment: hadoop-9416-9.patch

Sorry about FsConstants, I looked at the class with the same name in 
hadoop-hdfs. Moved the constant over.

As to making qualifySymlinkTarget package-private in Path, that won't make it 
visible to implementing FileSystems in different packages like 
DistributedFileSystem. I tweaked the FSLinkResolver javadoc a bit to better 
reflect its usage; let's break out an interface if it's ever more than a single 
shared function.
                
> Add new symlink resolution methods to FileSystem and FSLinkResolver
> -------------------------------------------------------------------
>
>                 Key: HADOOP-9416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9416
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs
>    Affects Versions: 3.0.0
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>         Attachments: hadoop-9416-1.patch, hadoop-9416-2.patch, 
> hadoop-9416-3.patch, hadoop-9416-4.patch, hadoop-9416-5.patch, 
> hadoop-9416-6.patch, hadoop-9416-7.patch, hadoop-9416-8.patch, 
> hadoop-9416-9.patch
>
>
> Add new methods for symlink resolution to FileSystem, and add resolution 
> support for FileSystem to FSLinkResolver.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to