Mit Desai created HADOOP-10378:
----------------------------------
Summary: Typo in Help
Key: HADOOP-10378
URL: https://issues.apache.org/jira/browse/HADOOP-10378
Project: Hadoop Common
Issue Type: Bug
Affects Versions: 0.23.9, 3.0.0, 2.4.0
Reporter: Mit Desai
Assignee: Mit Desai
There is a typo in the description of the following command
hdfs dfs -help
{noformat}
-count [-q] <path> ...: Count the number of directories, files and bytes under
the paths
that match the specified file pattern. The output columns are:
DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME or
QUOTA REMAINING_QUATA SPACE_QUOTA REMAINING_SPACE_QUOTA
DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME
{noformat}
"REMAINING_QUATA" should be "REMAINING_QUOTA"
--
This message was sent by Atlassian JIRA
(v6.2#6252)