Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.1.0-beta, 2.0.5-alpha
-
None
Description
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.
Attachments
Attachments
Issue Links
- Is contained by
-
MAPREDUCE-5597 Missing alternatives in javadocs for deprecated constructors in mapreduce.Job
- Closed
- is related to
-
MAPREDUCE-5800 Use Job#getInstance instead of deprecated constructors
- Closed