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/03/17 22:40:44 UTC

[jira] [Updated] (MAPREDUCE-5346) The example provided in the javadoc for Job is outdated.

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated MAPREDUCE-5346:
-------------------------------------

            Priority: Minor  (was: Major)
    Target Version/s: 2.4.0  (was: 3.0.0, trunk, 2.1.0-beta)

> The example provided in the javadoc for Job is outdated.
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-5346
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5346
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.1.0-beta, 2.0.5-alpha
>            Reporter: Pranay Varma
>            Assignee: Akira AJISAKA
>            Priority: Minor
>              Labels: newbie
>         Attachments: MAPREDUCE-5346-1.patch
>
>
> This is a portion of the job example:
> Here is an example on how to submit a job:
>          // Create a new Job
>          Job job = new Job(new Configuration());
> This way of creating a job is deprecated. The user is supposed to use Job.getInstance. The example should be changed to reflect the new paradigm.



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