[ https://issues.apache.org/jira/browse/HADOOP-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HADOOP-12686:
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Committed this to trunk, branch-2, and branch-2.8. Thanks [~daisuke.kobayashi] for the contribution!
> 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: Improvement
> Components: documentation, fs
> Reporter: Daisuke Kobayashi
> Assignee: Daisuke Kobayashi
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HADOOP-12686.01.patch
>
>
> {{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|http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html#du]
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)
|