[
https://issues.apache.org/jira/browse/HADOOP-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918651#comment-13918651
]
Hudson commented on HADOOP-10378:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5256 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5256/])
HADOOP-10378. Typo in help printed by hdfs dfs -help. Contributed by Mit Desai.
(suresh:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573776)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/Count.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
> Typo in help printed by hdfs dfs -help
> --------------------------------------
>
> Key: HADOOP-10378
> URL: https://issues.apache.org/jira/browse/HADOOP-10378
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.0.0, 0.23.9, 2.4.0
> Reporter: Mit Desai
> Assignee: Mit Desai
> Fix For: 2.5.0
>
> Attachments: HADOOP-10378-v2.patch, HADOOP-10378.patch
>
>
> 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)