Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
hdfs dfs -du command displays in the following format: <size> <disk space consumed> <full path>
E.g.
# hdfs dfs -du /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5 43 129 /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5/.regioninfo 10200 30600 /hbase/data/default/wordcount/520106d8e4d6a102bdea7f22e99394b5/f
This proposal is to mention the meaning of the first two columns in FileSystemShell.html since it lacks.