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

lohit vijayarenu commented on HADOOP-3147:
------------------------------------------

what are contents of current working directory. '*' would be interpreted by the 
shell. Needs to be escaped. 

> Wildcard handling in DFS is buggy
> ---------------------------------
>
>                 Key: HADOOP-3147
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3147
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Amar Kamat
>            Priority: Critical
>
> I tried the following sequence of operations 
> 1) bin/hadoop namenode -format
> 2) bin/start-all.sh
> 3) bin/hadoop dfs -mkdir input
> 4) bin/hadoop dfs -rmr in*   
>  _output_ :   rmr: cannot remove index.html: No such file or directory.
> 5) bin/hadoop dfs -rmr inp*   
>  _output_ :  Deleted hdfs://localhost:9000/user/name/input
> ----
> Btw how come _index.html_ occurred there?

-- 
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