Tag: #scala #spark #NoSuchMethodError
-
Scala and Spark compatibility issues
One of the major issue I have noticed working around with Spark and Scala is dependency between two packages. Scala developers are upgrading Scala little faster than folks at Apache Spark can absorb. At the time of writing, Scala 2.12.8 is already out, but Spark’s latest release 2.4.0 is still stuck at Scala 2.11.X. I…