Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3074#discussion_r28477417
  
    --- 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)
    --- End diff --
    
    Can you add "Note that this requires Mesos version X or later" here 
instead? Then you don't need to duplicate that line in all the relevant configs.


---
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]

Reply via email to