-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha2
-
Fix Version/s: 3.0.0-alpha2
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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);
- relates to
-
HDFS-11233 Fix javac warnings related to the deprecated APIs after upgrading Jackson
-
- Resolved
-