[ https://issues.apache.org/jira/browse/HADOOP-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506037
]
Hadoop QA commented on HADOOP-1207:
-----------------------------------
Integrated in Hadoop-Nightly #127 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/127/])
> hdfs -rm should NOT fail if one of the files to remove is missing
> -----------------------------------------------------------------
>
> Key: HADOOP-1207
> URL: https://issues.apache.org/jira/browse/HADOOP-1207
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: arkady borkovsky
> Assignee: Tsz Wo (Nicholas), SZE
> Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HADOOP-1207_20070615.patch
>
>
> It looks like hdfs -rm with wild card argument first builds the list of
> files to delete, and then deletes them one by one.
> (This is OK so far).
> If one of the files on the list gets deleted by someone else before the
> command reaches it, the command fails.
> This seems a wrong behavior to me. I'd expect the command report the problem
> and continue deleting the rest of the files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|