[
https://issues.apache.org/jira/browse/MAPREDUCE-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304063#comment-14304063
]
Harsh J commented on MAPREDUCE-5800:
------------------------------------
Went over the changes again, and they still look good to me. I also ran a few
of the modified tests cause Jenkins didn't run them. +1, please commit, thanks
again!
> Use Job#getInstance instead of deprecated constructors
> ------------------------------------------------------
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Affects Versions: 2.3.0, 2.6.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Priority: Minor
> Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.2.patch,
> MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}},
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)