Hi,

has this issue been resolved? I am currently running into similar problems.
I am using spark-1.3.0-bin-hadoop2.4 on Windows and Ubuntu. I have setup all
path on my Windows machine in an identical manner as on my Ubuntu server
(using cygwin, so everything is somewhere under /usr/local/spark...).

However, when I run the PI example then I get this when starting the command
from cygwin:

bin/spark-submit --class org.apache.spark.examples.SparkPi --deploy-mode
cluster --master spark://myServer:7077
file:///home/spark/spark-examples-1.3.0-hadoop2.4.0.jar

Driver successfully submitted as driver-20150416112240-0007
... waiting before polling master for driver state
... polling master for driver state
State of driver-20150416112240-0007 is ERROR
Exception from cluster was: org.apache.spark.SparkException: Process
List(/usr/local/spark-1.3.0-bin-hadoop2.4/bin/compute-classpath.sh) exited
with code 127
org.apache.spark.SparkException: Process
List(/usr/local/spark-1.3.0-bin-hadoop2.4/bin/compute-classpath.sh) exited
with code 127

When I use the exact same command on the server then the job runs just fine.

I confirmed that
/usr/local/spark-1.3.0-bin-hadoop2.4/bin/compute-classpath.sh runs on my
local machine and the server. 

What is missing?
Thanks, 
Tim





--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/executor-failed-cannot-find-compute-classpath-sh-tp859p22520.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