GitHub user hellertime opened a pull request: https://github.com/apache/spark/pull/3074
Support for mesos DockerInfo in fine-grained mode. This patch adds partial support for running spark on mesos inside of a docker container. Only fine-grained mode is presently supported, and there is no checking done to ensure that the version of libmesos is recent enough to have a DockerInfo structure in the protobuf (other than pinning a mesos version in the pom.xml). You can merge this pull request into a Git repository by running: $ git pull https://github.com/hellertime/spark SPARK-2691 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/3074.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 #3074 ---- commit 71ad9d536df2f49fde1f017177b07cbdde5eb291 Author: Chris Heller <hellert...@gmail.com> Date: 2014-11-03T15:55:06Z Support for mesos DockerInfo in fine-grained 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org