Nikunj Bhartia
Nikunj Bhartia
I was able to resolve all the dependencies after making multiple changes in the configuration files, but finally got stuck with compilation error due to missing classes in spark 2.3...
@Tagar , did you change the play version from 2.2.2 to 2.3.2 in plugins.sbt ?
core/src/main/scala/org/apache/spark/scheduler/ApplicationEventListener.scala was removed while migration from spark 2.2.1 to 2.3.0 ! Guess I will have to try to build on spark 2.2.1 and pray it works with spark 2.3
Upgrading to sbt 0.13.9 worked for me. But finally got compilation errors because some classes are removed in spark 2.3.0 while migration from spark 2.2.1
@ColinArmstrong were you successful in getting suggestions for spark 2.3 jobs ?