Description
Currently to launch Spark with Mesos one must upload a tarball and specifiy the executor URI to be passed in that is to be downloaded on each slave or even each execution depending coarse mode or not.
We want to make Spark able to support launching Executors via a Docker image that utilizes the recent Docker and Mesos integration work.
With the recent integration Spark can simply specify a Docker image and options that is needed and it should continue to work as-is.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-8734 Expose all Mesos DockerInfo options to Spark
- Resolved
- links to