Hi all,
I'm trying to run the standalone application SimpleApp.scala following the
instructions on the
http://spark.apache.org/docs/latest/quick-start.html#a-standalone-app-in-scala
I was able to create a .jar file by doing sbt package. However when I tried
to do

$ YOUR_SPARK_HOME/bin/spark-submit --class "SimpleApp" --master local[4]
c:/myproject/target/scala-2.10/simple-project_2.10-1.0.jar

I didn't get the desired result. There is a lot of output, but a few areas,
said ERROR Executor: Exception in task 0.0 in stage 0.0 (TID 0)
[image: Inline image 2]

Furthermore, trying sbt run and sbt compile from the myproject folder gives
this error:


[image: Inline image 1]

Any ideas?

Reply via email to