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