[ 
https://issues.apache.org/jira/browse/HDFS-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liang xie updated HDFS-2049:
----------------------------

    Attachment: HDFS-2049.txt

miss the testConf.xml in patch
                
> Should add the column name tips for HDFS shell command
> ------------------------------------------------------
>
>                 Key: HDFS-2049
>                 URL: https://issues.apache.org/jira/browse/HDFS-2049
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs client
>    Affects Versions: 0.21.0
>            Reporter: Denny Ye
>            Assignee: liang xie
>              Labels: comand, newbie, shell
>             Fix For: 3.0.0
>
>         Attachments: HDFS-2049.txt, HDFS-2049.txt
>
>
> :abc:root > bin/hadoop fs -count -q /ABC
> 11/06/07 18:05:54 INFO security.Groups: Group mapping 
> impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; 
> cacheTimeout=300000
> 11/06/07 18:05:54 WARN conf.Configuration: mapred.task.id is deprecated. 
> Instead, use mapreduce.task.attempt.id
>         none             inf            none             inf           13     
>      372                  0 hdfs://abc:9000/ABC
> --------------------------------------
> I got the result columns without column name. It make me confused. Actually, 
> it should like this in a kindly matter.
> :abc:root > bin/hadoop fs -count -q /ABC
> 11/06/07 18:05:54 INFO security.Groups: Group mapping 
> impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; 
> cacheTimeout=300000
> 11/06/07 18:05:54 WARN conf.Configuration: mapred.task.id is deprecated. 
> Instead, use mapreduce.task.attempt.id
>         QUOTA, REMAINING_QUATA, SPACE_QUOTA, REMAINING_SPACE_QUOTA, 
> DIR_COUNT, FILE_COUNT, CONTENT_SIZE, FILE_NAME
>         none             inf            none             inf           13     
>      372                  0 hdfs://abc:9000/ABC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to