[
https://issues.apache.org/jira/browse/HADOOP-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602579#action_12602579
]
Tom White commented on HADOOP-3490:
-----------------------------------
Is this still a problem post HADOOP-3095? It ensures that all filesystems
returned fully-qualified paths in FileStatus objects.
> inconsistent output using hadoop fs -dus when using globbing
> ------------------------------------------------------------
>
> Key: HADOOP-3490
> URL: https://issues.apache.org/jira/browse/HADOOP-3490
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.17.0, 0.17.1, 0.18.0
> Reporter: Viraj Bhat
> Fix For: 0.17.1, 0.18.0
>
>
> prompt> hadoop fs -dus "/foo/bar/sc*" /foo/bar/sc0 "/foo/bar/sc1"
> hdfs://hadoopmc:8020/foo/bar/sc0 76748722272
> hdfs://hadoopmc:8020/foo/bar/sc1 2353927217668
> /foo/bar/sc0 76748722272
> /foo/bar/sc1 2353927217668
> Some entries in the output are perpended with "hdfs://" while others are not.
> Globbing with dus results in inconsistent output. This behavior might break
> some scripts that are assuming consistency
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.