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 "Ravi Phulari (JIRA)" <ji...@apache.org> on 2009/11/18 01:05:39 UTC

[jira] Created: (HADOOP-6380) Depricate hadoop fs -dus command.

Depricate hadoop fs -dus command.
---------------------------------

                 Key: HADOOP-6380
                 URL: https://issues.apache.org/jira/browse/HADOOP-6380
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Ravi Phulari


We need to remove *hadoop fs -dus* command whose functionality is duplicated by *hadoop fs -du -s*.  

{noformat}
[rphulari@lm]> bin/hdfs dfs -du -s 
48902  hdfs://localhost:9000/user/rphulari
[rphulari@lm]> bin/hdfs dfs -dus 
48902  hdfs://localhost:9000/user/rphulari
[rphulari@lm]> 

[rphulari@lm]> bin/hdfs dfs -dus -h
47.8k  hdfs://localhost:9000/user/rphulari
[rphulari@lm]> bin/hdfs dfs -du -s -h
47.8k  hdfs://localhost:9000/user/rphulari

{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6380) Depricate hadoop fs -dus command.

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779210#action_12779210 ] 

Todd Lipcon commented on HADOOP-6380:
-------------------------------------

+1. I would have liked to do this when we added -s, but didn't know what the appropriate way to deprecate fsshell commands is. Should we just print a warning?

> Depricate hadoop fs -dus command.
> ---------------------------------
>
>                 Key: HADOOP-6380
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6380
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ravi Phulari
>
> We need to remove *hadoop fs -dus* command whose functionality is duplicated by *hadoop fs -du -s*.  
> {noformat}
> [rphulari@lm]> bin/hdfs dfs -du -s 
> 48902  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> bin/hdfs dfs -dus 
> 48902  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> 
> [rphulari@lm]> bin/hdfs dfs -dus -h
> 47.8k  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> bin/hdfs dfs -du -s -h
> 47.8k  hdfs://localhost:9000/user/rphulari
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6380) Deprecate hadoop fs -dus command.

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-6380:
---------------------------------

    Summary: Deprecate hadoop fs -dus command.  (was: Depricate hadoop fs -dus command.)

> Deprecate hadoop fs -dus command.
> ---------------------------------
>
>                 Key: HADOOP-6380
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6380
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ravi Phulari
>
> We need to remove *hadoop fs -dus* command whose functionality is duplicated by *hadoop fs -du -s*.  
> {noformat}
> [rphulari@lm]> bin/hdfs dfs -du -s 
> 48902  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> bin/hdfs dfs -dus 
> 48902  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> 
> [rphulari@lm]> bin/hdfs dfs -dus -h
> 47.8k  hdfs://localhost:9000/user/rphulari
> [rphulari@lm]> bin/hdfs dfs -du -s -h
> 47.8k  hdfs://localhost:9000/user/rphulari
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.