play-json compatibility with spark 3.5.x #12356
mschandra18
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build my project using maven with below setup
Scala - 2.12.10
Java 11
play-json 2.10.2
spark 3.5.0
Though I am able to build the project, I am getting run time error due to Jackson Databind version conflicts.
Spark 3.5.0 is using jackson-module-scala_2.12: 2.15.2 which required Jackson Databind version >= 2.15.0
play-json_2.12:2.10.2 is requiring databind version of 2.14.3
When I try to run / read a json using spark, I am getting error :
Can anyone suggest what is the compatible version of play-json with spark 3.5?
Beta Was this translation helpful? Give feedback.
All reactions