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}
[rphul...@lm]> bin/hdfs dfs -du -s 
48902  hdfs://localhost:9000/user/rphulari
[rphul...@lm]> bin/hdfs dfs -dus 
48902  hdfs://localhost:9000/user/rphulari
[rphul...@lm]> 

[rphul...@lm]> bin/hdfs dfs -dus -h
47.8k  hdfs://localhost:9000/user/rphulari
[rphul...@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.

Reply via email to