Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-6350][Mesos] Make mesosExecutorCores configurable in mesos "fi…
…ne-grained" mode

- Fixed docs
  • Loading branch information
jongyoul committed Apr 16, 2015
commit 2d4124110d36e04cb004688f1a7832ee0be5481b
2 changes: 1 addition & 1 deletion docs/running-on-mesos.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ See the [configuration page](configuration.html) for information on Spark config
<td><code>spark.mesos.executor.cores</code></td>
<td>1.0</td>
<td>
Set the amount of cores, which can be a floating point number, to request for running a mesos executor.
Set the amount of cores, which can be a floating point number, to request for running a Mesos executor.
The setting controls the number of cores allocated to the executor not for use by tasks. By default,
executor will use the amount of cores even though no task is running on an executor. This setting is
only used for Mesos fine-grained mode.
Expand Down