Re: Getting ClassNotFoundException: scala.Some on Spark 1.5.x

2015-11-02 Thread Jonathan Coveney
My guess, and it's just a guess, is that there is some change between versions which you got bit by as it chsnged the class path. El lunes, 2 de noviembre de 2015, Babar Tareen escribió: > I am using *'sbt run'* to execute the code. Detailed sbt output is here ( > https://drive.google.com/open?i

Re: Getting ClassNotFoundException: scala.Some on Spark 1.5.x

2015-11-02 Thread Babar Tareen
I am using *'sbt run'* to execute the code. Detailed sbt output is here ( https://drive.google.com/open?id=0B2dlA_DzEohVakpValRjRS1zVG8). I had scala 2.11.7 installed on my machine. But even after uninstalling it, I am still getting the exception with 2.11.6. Changing the scala version to 2.11.7

Re: Getting ClassNotFoundException: scala.Some on Spark 1.5.x

2015-11-02 Thread Jonathan Coveney
Caused by: java.lang.ClassNotFoundException: scala.Some indicates that you don't have the scala libs present. How are you executing this? My guess is the issue is a conflict between scala 2.11.6 in your build and 2.11.7? Not sure...try setting your scala to 2.11.7? But really, first it'd be good