Alan Braithwaite created SPARK-11327:
----------------------------------------
Summary: spark-dispatcher doesn't pass along some spark properties
Key: SPARK-11327
URL: https://issues.apache.org/jira/browse/SPARK-11327
Project: Spark
Issue Type: Bug
Reporter: Alan Braithwaite
I haven't figured out exactly what's going on yet, but there's something in the
spark-dispatcher which is failing to pass along properties to the spark-driver
when using spark-submit in a clustered mesos docker environment.
Most importantly, it's not passing along spark.mesos.executor.docker.image...
{code}
docker run -t -i --rm --net=host --entrypoint=/usr/local/spark/bin/spark-submit
docker.example.com/spark:2015.10.2 --conf spark.driver.memory=8G --conf
spark.mesos.executor.docker.image=docker.example.com/spark:2015.10.2 --master
mesos://spark-dispatcher.example.com:31262 --deploy-mode cluster
--properties-file /usr/local/spark/conf/spark-defaults.conf --class
com.example.spark.streaming.MyApp
http://jarserver.example.com:8000/sparkapp.jar zk1.example.com:2181
spark-testing my-stream 40
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]