Yiqun Lin created MAPREDUCE-6821:
------------------------------------
Summary: Update deprecated API of ObjectReader after Jackson
upgraded
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
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]