You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Juliet Hougland (JIRA)" <ji...@apache.org> on 2015/04/16 01:12:00 UTC

[jira] [Updated] (HADOOP-11120) hadoop fs -rmr gives wrong advice

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

Juliet Hougland updated HADOOP-11120:
-------------------------------------
    Attachment: HADOOP-11120

Suggests that the correct replacement for the deprecates `-rmr` command is `-rm -r`, not `rm -r`

> hadoop fs -rmr gives wrong advice
> ---------------------------------
>
>                 Key: HADOOP-11120
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11120
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Allen Wittenauer
>            Assignee: Dasha Boudnik
>         Attachments: HADOOP-11120, Screen Shot 2014-09-24 at 3.02.21 PM.png
>
>
> Typing bin/hadoop fs -rmr /a?
> gives the output:
> rmr: DEPRECATED: Please use 'rm -r' instead.
> Typing bin/hadoop fs rm -r /a?
> gives the output:
> rm: Unknown command



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)