Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
None
-
Reviewed
Description
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.
class JobSubmitter { protected static final Log LOG = LogFactory.getLog(JobSubmitter.class); private static final ObjectReader READER = new ObjectMapper().reader(Map.class);
Attachments
Attachments
Issue Links
- relates to
-
HDFS-11233 Fix javac warnings related to the deprecated APIs after upgrading Jackson
- Resolved