[
https://issues.apache.org/jira/browse/MAPREDUCE-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237481#comment-14237481
]
Akira AJISAKA commented on MAPREDUCE-5800:
------------------------------------------
Thanks Tsuyoshi for re-submitting. Filed MAPREDUCE-6182, MAPREDUCE-6183, and
MAPREDUCE-6184 to fix the warnings.
> 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
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Priority: Minor
> Labels: newbie
> Attachments: 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)