Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6821

Fix javac warning related to the deprecated APIs after upgrading Jackson

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha2
    • 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

        1. MAPREDUCE-6821.001.patch
          1.0 kB
          Yiqun Lin

        Issue Links

          Activity

            People

              linyiqun Yiqun Lin
              linyiqun Yiqun Lin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: