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 8ba7694c4f2f2eeef55163eb380ea903a3f72275
3 changes: 2 additions & 1 deletion docs/running-on-mesos.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ See the [configuration page](configuration.html) for information on Spark config
<td>1.0</td>
<td>
The setting, which can be a floating point number, controls the number of cores allocated
to the executor not for use by tasks. This setting is only used for Mesos fine-grained mode.
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.
</td>
</tr>
<tr>
Expand Down