GitHub user tnachen opened a pull request:
https://github.com/apache/spark/pull/5917
Add docker support for launching drivers in mesos cluster mode.
Using the existing docker support for mesos, also enabling the mesos
cluster mode scheduler to launch Spark drivers in docker images as well.
This also allows the executors launched by the drivers to be also in the
same Docker image by passing the docker settings.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tnachen/spark spark_cluster_docker
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5917.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5917
----
commit 21521970a86bd6d4a5eabcde69ea58983e630674
Author: Timothy Chen <[email protected]>
Date: 2015-05-05T19:36:15Z
Add docker support for launching drivers in mesos cluster mode.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]