You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/06/27 00:19:24 UTC

[jira] [Commented] (MAPREDUCE-5945) Update the description of GenericOptionsParser -jt option

    [ https://issues.apache.org/jira/browse/MAPREDUCE-5945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045263#comment-14045263 ] 

Akira AJISAKA commented on MAPREDUCE-5945:
------------------------------------------

The patch updates the usage from
{code}
-jt <local|jobtracker:port>    specify a job tracker
{code}
to
{code}
-jt <local|ResourceManager:port>    specify a ResourceManager
{code}
By the way, I'm thinking the name of '-jt' option itself is confusing, so I suggest to deprecate '-jt' option and add another option ('-rm') to specify a ResourceManager.

> Update the description of GenericOptionsParser -jt option
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-5945
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5945
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 2.4.0
>            Reporter: Akira AJISAKA
>            Assignee: Akira AJISAKA
>            Priority: Minor
>              Labels: newbie
>         Attachments: MAPREDUCE-5945.patch
>
>
> Now -jt option is used to specify the address of ResourceManager but document says -jt option specifies JobTracker. The document should be updated.



--
This message was sent by Atlassian JIRA
(v6.2#6252)