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