You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2008/08/22 14:34:47 UTC

[jira] Commented: (HADOOP-3774) Typos in shell output

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

Hudson commented on HADOOP-3774:
--------------------------------

Integrated in Hadoop-trunk #581 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/581/])

> Typos in shell output
> ---------------------
>
>                 Key: HADOOP-3774
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3774
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: examples, fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: 3774_20080716.patch
>
>
> {noformat}
> [ ~/hadoop-0.18.01]$ ./bin/hadoop --config ~/1157/ jar hadoop-0.18.01-examples.jar randomtextwriter
> randomtextwriter [-outFormat <output format class>] <input>
> Generic options supported are
> -conf <configuration file>     specify an application configuration file
> -D <property=value>            use value for given property
> -fs <local|namenode:port>      specify a namenod
> -jt <local|jobtracker:port>    specify a job tracker
> -files <comma separated list of fiels>    specify comma separated files to be copied to the map reduce cluster
> -libjars <comma seperated list of jars>    specify comma separated jar files to include in the classpath.
> -archives <comma separated list of archives>    specify comma separated archives to be unarchived on the compute machines.
> The general command line syntax is
> bin/hadoop command [genericOptions] [commandOptions]
> {noformat}
> - <input> should be <output>
> - "fiels" should be "files"
> - "namenod" should be "namenode"
> - "seperated " should be "separated "

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