[ 
https://issues.apache.org/jira/browse/HDFS-11803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011525#comment-16011525
 ] 

Xiaobing Zhou commented on HDFS-11803:
--------------------------------------

v1 fixes documentation.

> Add -v option for du command to show header line
> ------------------------------------------------
>
>                 Key: HDFS-11803
>                 URL: https://issues.apache.org/jira/browse/HDFS-11803
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs
>            Reporter: Xiaobing Zhou
>            Assignee: Xiaobing Zhou
>         Attachments: HDFS-11803.000.patch, HDFS-11803.001.patch
>
>
> Like hdfs -count command, it's better to add -v for du command to show header 
> line.
> Without -v,
> $ hdfs -du -h -s /tmp/parent
> {noformat}
> 1 G  1 G  /tmp/parent
> {noformat}
> With -v,
> $ hdfs -du -h -s -v /tmp/parent
> {noformat}
> SIZE DISK_SPACE_CONSUMED_WITH_ALL_REPLICAS FULL_PATH_NAME
> 1 G   1 G        /tmp/parent
> {noformat}
> $ hdfs dfs -count -q -v  -h -x  /tmp/parent
> {noformat}
> QUOTA       REM_QUOTA     SPACE_QUOTA REM_SPACE_QUOTA    DIR_COUNT   
> FILE_COUNT       CONTENT_SIZE PATHNAME
> 10               7            50 G            49 G            2            1  
>               1 G /tmp/parent
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to