Missing java.util.Date class error while running Spark job

2014-10-27 Thread Saket Kumar
Hello all, I am trying to run a Spark job but while running the job I am getting missing class errors. First I got a missing class error for Joda DateTime, I added the dependency in my build.sbt and rebuilt the assembly jar and tried again. This time I am getting the same error for

Re: Missing java.util.Date class error while running Spark job

2014-10-27 Thread Saket Kumar
After trying around with few permutations I was able to get rid of this error by changing the datastax-cassandra-connector version to 1.1.0.alpha. Could it be related to a bug in alpha4? But why would it manifest itself as a class loading error? On 27 Oct 2014, at 12:10, Saket Kumar