Details
Description
There're some methods calling deprecated constructors such as new Job(), which causes javac warnings.
We should use Job.getInstance() to get an instance.
Attachments
Attachments
Issue Links
- contains
-
MAPREDUCE-6181 WordCount.java in mapreduce-examples.jar uses deprecated job object creation API
- Resolved
- is related to
-
MAPREDUCE-5597 Missing alternatives in javadocs for deprecated constructors in mapreduce.Job
- Closed
-
HADOOP-10380 Cleanup javac warnings
- Open
- relates to
-
MAPREDUCE-5346 The example provided in the javadoc for Job is outdated.
- Resolved