[
https://issues.apache.org/jira/browse/HDFS-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741018#comment-15741018
]
Yiqun Lin commented on HDFS-11233:
----------------------------------
Have filed a new JIRA MAPREDUCE-6821 to have a fix in MAPREDUCE.
> The APIs to be deprecated after Jackson upgraded
> ------------------------------------------------
>
> Key: HDFS-11233
> URL: https://issues.apache.org/jira/browse/HDFS-11233
> Project: Hadoop HDFS
> Issue Type: Improvement
> Affects Versions: 3.0.0-alpha2
> Reporter: Yiqun Lin
> Assignee: Yiqun Lin
> Attachments: HDFS-11233.001.patch
>
>
> After HADOOP-12705, the Jackson version upgraded from 2.2.3 to 2.7.8. This
> lead many APIs which we are used in hadoop being deprecated. Since 2.5, these
> two APIs are deprecated: {{ObjectReader#readerFor(Class<?>
> type)}},{{ObjectWriter#writerWithType(JavaType
> rootType)}}(http://fasterxml.github.io/jackson-databind/javadoc/2.6/com/fasterxml/jackson/databind/ObjectMapper.html).
> According to the doc of ObjectMapper, we can use
> {{ObjectReader#readerFor(Class<?> type)}} and
> {{ObjectWriter#writerFor(JavaType)}} instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]