I'm trying out some streaming with spark and I'm getting an error that
puzzles me since I'm new to Spark. I get this error all the time but 1-2
batches in the stream are processed before the job stops. but never the
complete job and often no batch is processed at all. I use Spark 1.1.0.
The job is
pretty sure this is a result on me being new to both scala, spark and sbt
but I'm getting the error above when I try to use the cassandra driver for
spark.
I posted more information here:
https://github.com/datastax/spark-cassandra-connector/issues/245
Ideas?
/E