I'm running 1.0.0 branch, finally I've managed to make it work. I'm using a
Debian package which is distributed on all slave nodes. So, I've removed
`SPARK_EXECUTOR_URI` and it works,  spark-env.sh looks like this:

export MESOS_NATIVE_LIBRARY="/usr/local/lib/libmesos.so"
export SCALA_HOME="/usr"
export SCALA_LIBRARY_PATH="/usr/share/java"
export MASTER="mesos://zk://192.168.1.1:2181/mesos"
export SPARK_HOME="/usr/share/spark"
export SPARK_LOCAL_IP="192.168.1.2"
export SPARK_PRINT_LAUNCH_COMMAND="1"
export CLASSPATH=$CLASSPATH:$SPARK_HOME/lib/

scripts for Debian package are here (I'll try to add some documentation):
https://github.com/deric/spark-deb-packaging




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/is-Mesos-falling-out-of-favor-tp5444p5484.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to