You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "gary murry (JIRA)" <ji...@apache.org> on 2009/10/15 19:40:32 UTC

[jira] Commented: (HADOOP-6314) "bin/hadoop fs -help count" fails to show help about only "count" command.

    [ https://issues.apache.org/jira/browse/HADOOP-6314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766135#action_12766135 ] 

gary murry commented on HADOOP-6314:
------------------------------------

Please create a jira for the missing unit tests and mark it as blocked by Hadoop-6222.

> "bin/hadoop fs -help count"  fails to show help about only "count" command. 
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-6314
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6314
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ravi Phulari
>         Attachments: CountHelp.patch
>
>
> Currently "hadoop fs -help count" fails to show help about only count command. 
> Instead it displays following output
> {noformat}
> [rphulari@statepick-lm]> bin/hadoop fs -help count
> hadoop fs is the command to execute fs commands. The full syntax is: 
> hadoop fs [-fs <local | file system URI>] [-conf <configuration file>]
> 	[-D <property=value>] [-ls <path>] [-lsr <path>] [-df [<path>]] [-du <path>]
> 	[-dus <path>] [-mv <src> <dst>] [-cp <src> <dst>] [-rm [-skipTrash] <src>]
> 	[-rmr [-skipTrash] <src>] [-put <localsrc> ... <dst>] [-copyFromLocal <localsrc> ... <dst>]
> 	[-moveFromLocal <localsrc> ... <dst>] [-get [-ignoreCrc] [-crc] <src> <localdst>
> 	[-getmerge <src> <localdst> [addnl]] [-cat <src>]
> 	[-copyToLocal [-ignoreCrc] [-crc] <src> <localdst>] [-moveToLocal <src> <localdst>]
> 	[-mkdir <path>] [-report] [-setrep [-R] [-w] <rep> <path/file>]
> 	[-touchz <path>] [-test -[ezd] <path>] [-stat [format] <path>]
> 	[-tail [-f] <path>] [-text <path>]
> ..
> ..
> ..
> {noformat}
> Expected output of "bin/hadoop fs -help count " should be 
> {noformat}
> [rphulari@statepick-lm]> bin/hadoop  fs -help count
> -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}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.