[
https://issues.apache.org/jira/browse/HDFS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729430#action_12729430
]
Jakob Homan commented on HDFS-479:
----------------------------------
I can't reproduce this.
{noformat}
$ bin/hadoop dfs -rm /build.xml
rm: cannot remove /build.xml: No such file or directory.
$ bin/hadoop fs -rm /build.xml
rm: cannot remove /build.xml: No such file or directory.
{noformat}
I'm running off the same build as I believe you are. I'll need more
information to track this down further.
> No error message for deleting non-existant file or directory.
> -------------------------------------------------------------
>
> Key: HDFS-479
> URL: https://issues.apache.org/jira/browse/HDFS-479
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs client
> Affects Versions: 0.20.1
> Reporter: Suman Sehgal
> Assignee: Jakob Homan
>
> If non-existant path or src is provided with rm/rmr option then no error
> message is displayed
> command: hadoop dfs -rm <src> (where src is non-existant)
> dfs displays "rm: <src>"
> while it should display "No such file or directory".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.