Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/3074#discussion_r28477358
--- Diff: docs/running-on-mesos.md ---
@@ -167,6 +167,14 @@ acquire. By default, it will acquire *all* cores in
the cluster (that get offere
only makes sense if you run just one application at a time. You can cap
the maximum number of cores
using `conf.set("spark.cores.max", "10")` (for example).
+# Mesos Docker Support
+
+Spark can make use of a Mesos Docker containerizer by setting the property
`spark.mesos.executor.docker.image`
+in your [SparkConf](configuration.html#spark-properties)
+
+The Docker Image used must have an appropriate version of Spark already
part of the image, or you can
--- End diff --
no need to capitalize Image?
---
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]