[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15744242#comment-15744242
 ] 

Hudson commented on MAPREDUCE-6821:
-----------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10989 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10989/])
MAPREDUCE-6821. Fix javac warning related to the deprecated APIs after 
(aajisaka: rev b0b033ea2e462356b8bbcf7790953ac09c712430)
* (edit) 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/JobSubmitter.java


> Fix javac warning related to the deprecated APIs after upgrading Jackson
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6821
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6821
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Yiqun Lin
>            Assignee: Yiqun Lin
>            Priority: Minor
>             Fix For: 3.0.0-alpha2
>
>         Attachments: MAPREDUCE-6821.001.patch
>
>
> We should update the deprecated APIs after Jackson upgraded. This issue is 
> similar to HDFS-11233. In MAPREDUCE, there is just one place using deprecated 
> API. We can updated the code here.
> {code}
> class JobSubmitter {
>   protected static final Log LOG = LogFactory.getLog(JobSubmitter.class);
>   private static final ObjectReader READER =
>       new ObjectMapper().reader(Map.class);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to