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



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
cdev6016:~/hadoop-buffer> 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.

Reply via email to