Re: mess spark cluster mode error

2016-03-14 Thread Rad Gruchalski
I believe you are missing either —spark.executor.uri pointing to spark tar.gz or —spark.mesos.executor.home http://spark.apache.org/docs/latest/running-on-mesos.html#configuration Kind regards,
 Radek Gruchalski 
ra...@gruchalski.com (mailto:ra...@gruchalski.com)


Re: mess spark cluster mode error

2016-03-14 Thread haosdent
Seems the classpath incorrect. Do you try package all dependencies into a assembly jar which contains "org.apache.spark.launcher.Main"? On Mon, Mar 14, 2016 at 9:56 PM, sjk wrote: > hi,all, when i run task on mesos, task error below. for help, thanks a > lot. > > >

mess spark cluster mode error

2016-03-14 Thread sjk
hi,all, when i run task on mesos, task error below. for help, thanks a lot. cluster mode, command: $SPARK_HOME/spark-submit --class com.xxx.ETL --master mesos://192.168.191.116:7077 --deploy-mode cluster --supervise --driver-memory 2G --executor-memory 10G — total-executor-cores 4