Member since
04-25-2017
3
Posts
0
Kudos Received
0
Solutions
10-04-2017
02:34 PM
This error will happen if "HelloWorld.scala" is compiled with different version of scala library. In Spark-shell, you will launch the shell & provide the complete code & it runs in the same environment.. Whereas for Spark-Submit, provided hellow.jar is compiled with different scala library version & spark is running with different scala library version.
... View more