[
https://issues.apache.org/jira/browse/HADOOP-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576153#action_12576153
]
Hudson commented on HADOOP-2938:
--------------------------------
Integrated in Hadoop-trunk #422 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/422/])
> some of the fs commands don't globPaths.
> ----------------------------------------
>
> Key: HADOOP-2938
> URL: https://issues.apache.org/jira/browse/HADOOP-2938
> Project: Hadoop Core
> Issue Type: Bug
> Components: fs
> Reporter: Raghu Angadi
> Assignee: Tsz Wo (Nicholas), SZE
> Attachments: 2938_20080306.patch
>
>
> Some of the 'hadoop fs' commands don't globPaths. e.g:
> {noformat}
> $ bin/hadoop fs -ls '/user/rangadi/2Gb-*'
> /user/rangadi/2Gb-1 <r 3> 808587264 2008-03-05 00:36
> rw-r--r-- rangadi supergroup
> /user/rangadi/2Gb-2 <r 3> 812191744 2008-03-05 00:36
> rw-r--r-- rangadi supergroup
> $ bin/hadoop fs -rm '/user/rangadi/2Gb-*'
> rm: cannot remove /user/rangadi/2Gb-*: No such file or directory.
> {noformat}
> Mostly related to HADOOP-2063. I think all the commands that use
> {{DelayedExceptionThrowing}} are affected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.