[
https://issues.apache.org/jira/browse/HADOOP-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585405#action_12585405
]
Tsz Wo (Nicholas), SZE commented on HADOOP-3147:
------------------------------------------------
> IMO, i don't think it is a bug. Perhaps It can be added to FAQ.
+1
> 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
> Assignee: Edward J. Yoon
> 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.