Boris,

Thank you for your suggestion. I used following code and still facing the
same issue - 

val conf = new SparkConf(true).set("spark.cassandra.connection.host",
"127.0.0.1")
                                        .setAppName("jobserver test demo")
                                        .setMaster("local[4]")
                                       
.setJars(Seq("C:/spark-jobserver/lib/spark-cassandra-connector_2.10-1.1.0-alpha3.jar"))
 

Am I missing something? 

Meanwhile, I will try for Pankaj's reply of using uber jar.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Set-EXTRA-JAR-environment-variable-for-spark-jobserver-tp20989p20995.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to