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 "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2008/04/04 07:13:25 UTC

[jira] Assigned: (HADOOP-3147) Wildcard handling in DFS is buggy

     [ https://issues.apache.org/jira/browse/HADOOP-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon reassigned HADOOP-3147:
--------------------------------------

    Assignee: Edward J. Yoon

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