Github user sryza commented on a diff in the pull request:
https://github.com/apache/spark/pull/5063#discussion_r27149333
--- Diff: docs/running-on-mesos.md ---
@@ -211,6 +211,14 @@ See the [configuration page](configuration.html) for
information on Spark config
</td>
</tr>
<tr>
+ <td><code>spark.mesos.executor.cores</code></td>
+ <td>1.0</td>
+ <td>
+ Set the amount of cores to request for running a mesos executor. This
setting is only used for Mesos fine-grained mode.
+ By default, executor will use the amount of cores even though no task
is running on an executor.
--- End diff --
I would change this to "The setting, which can be a floating point number,
controls the number of cores allocated to the executor not for use by tasks."
---
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]