Hi, I guess their is problem with spark 0.9 version because when I tried to add external jar jerkson_2.9.1_0.5.0 version with scala version being 2.10.3 in cluster. I am facing java.classNodef error becoz this jars are not being sent to worker nodes.. Please let me know how to resolve this issue,,
val sc = new SparkContext("spark://spark-master-001:7077", "Simple App","/opt/spark" , List("/home/ubuntu/spark-jobs/work_meghana/twitterdatasets1/target/scala-2.10/simple-project_2.10-1.0.jar")) sc.addJar("pathofjaron master machine") -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-use-addJar-for-adding-external-jars-in-spark-0-9-tp3701.html Sent from the Apache Spark User List mailing list archive at Nabble.com.