[
https://issues.apache.org/jira/browse/HDFS-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer resolved HDFS-2049.
------------------------------------
Resolution: Duplicate
Fix Version/s: (was: 3.0.0)
I'm going to close this as a dupe of HADOOP_7713 which is being actively worked.
> 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
> Attachments: HDFS-2049-v2.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 was sent by Atlassian JIRA
(v6.2#6252)