Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-24601

Bump Jackson version to 2.9.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 3.0.0
    • Spark Core
    • Spark's Jackson dependency has been updated from 2.6.x to 2.9.x. User applications that inherit Spark's Jackson version should note that various Jackson behaviors changed between these releases.

    Description

      The Jackson version is lacking behind, and therefore I have to add a lot of exclusions to the SBT files:

      ```
      Caused by: com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson version: 2.9.5
      at com.fasterxml.jackson.module.scala.JacksonModule$class.setupModule(JacksonModule.scala:64)
      at com.fasterxml.jackson.module.scala.DefaultScalaModule.setupModule(DefaultScalaModule.scala:19)
      at com.fasterxml.jackson.databind.ObjectMapper.registerModule(ObjectMapper.java:751)
      at org.apache.spark.rdd.RDDOperationScope$.<init>(RDDOperationScope.scala:82)
      at org.apache.spark.rdd.RDDOperationScope$.<clinit>(RDDOperationScope.scala)
      ```

      Attachments

        Issue Links

          Activity

            People

              fokko Fokko Driesprong
              fokko Fokko Driesprong
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: