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 "Daisuke Kobayashi (JIRA)" <ji...@apache.org> on 2016/01/04 11:52:39 UTC

[jira] [Created] (HADOOP-12686) Update FileSystemShell documentation to mention the meaning of each columns of fs -du

Daisuke Kobayashi created HADOOP-12686:
------------------------------------------

             Summary: Update FileSystemShell documentation to mention the meaning of each columns of fs -du
                 Key: HADOOP-12686
                 URL: https://issues.apache.org/jira/browse/HADOOP-12686
             Project: Hadoop Common
          Issue Type: Bug
          Components: documentation, fs
            Reporter: Daisuke Kobayashi
            Priority: Minor


{{hdfs dfs -du}} command displays in the following format: <size> <disk space consumed> <full path>

E.g.
{noformat}
# hdfs dfs -du /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5
43     129    /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5/.regioninfo
10200  30600  /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5/f
{noformat}

This proposal is to mention the meaning of the first two columns in FileSystemShell.html since it lacks.

ref: https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/FsUsage.java#L112-L121



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