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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/07/16 21:21:31 UTC

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

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
            Priority: Blocker
             Fix For: 0.18.0


{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.


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

Posted by "Lohit Vijayarenu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lohit Vijayarenu updated HADOOP-3774:
-------------------------------------

        Assignee: Tsz Wo (Nicholas), SZE
    Hadoop Flags: [Reviewed]

+1 Looks correct. 

> 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.


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

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3774:
-------------------------------------------

    Status: Patch Available  (was: Open)

only changed some message, no additional tests added

> 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.


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

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3774:
-------------------------------------------

    Attachment: 3774_20080716.patch

3774_20080716.patch: fixed the typos

> 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
>            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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-3774:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Nicholas

> 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614300#action_12614300 ] 

Hadoop QA commented on HADOOP-3774:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12386218/3774_20080716.patch
  against trunk revision 677470.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2887/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2887/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2887/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2887/console

This message is automatically generated.

> 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.