You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2008/03/07 03:00:59 UTC

[jira] Issue Comment Edited: (HADOOP-2938) some of the fs commands don't globPaths.

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

rangadi edited comment on HADOOP-2938 at 3/6/08 6:00 PM:
--------------------------------------------------------------

I just committed. Thanks Nicholas!

      was (Author: rangadi):
    I just committed. Thanks Dhruba.
  
> 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.