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

Matt Foley commented on HADOOP-7360:
------------------------------------

bq. It would be a very bad idea to remove the method PathData(FileSystem, 
String, FileStatus) ... avoid unnecessary re-stat of the path ...

Understood.  As long as it's private, that's fine.  Please comment it as being 
for that use.

Ok to the rest of the responses.  Comments on how to make relativity safe are 
in HDFS-7393.  Thanks, Daryn.





> FsShell does not preserve relative paths with globs
> ---------------------------------------------------
>
>                 Key: HADOOP-7360
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7360
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-7360.patch
>
>
> FsShell currently preserves relative paths that do not contain globs.  
> Unfortunately the method {{fs.globStatus()}} is fully qualifying all returned 
> paths.  This is causing inconsistent display of paths.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to