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

Hadoop QA commented on HDFS-364:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12497180/HDFS-364.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 2 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1322//console

This message is automatically generated.
                
> dfs -count -q should label output column
> ----------------------------------------
>
>                 Key: HDFS-364
>                 URL: https://issues.apache.org/jira/browse/HDFS-364
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Nigel Daley
>            Priority: Trivial
>              Labels: newbie
>         Attachments: HDFS-364.patch
>
>
> These commands should label the output columns:
> {code}
> hadoop dfs -count <dir>...<dir>
> hadoop dfs -count -q <dir>...<dir>
> {code}
> Current output of the 2nd command above:
> {code}
> % hadoop dfs -count -q /user/foo /tmp
>         none             inf         9569         9493         6372553322 
> hdfs://nn1.bar.com/user/foo
>         none             inf          101         2689       209349812906 
> hdfs://nn1.bar.com/tmp
> {code}
> It is not obvious what these columns mean.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to