Skip to content
Snippets Groups Projects
Commit 2dd4fb56 authored by Andrew Ash's avatar Andrew Ash
Browse files

Clarify spark.cores.max

It controls the count of cores across the cluster, not on a per-machine basis.
parent a2e7e049
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,8 @@ there are at least five properties that you will commonly want to control: ...@@ -81,7 +81,8 @@ there are at least five properties that you will commonly want to control:
<td> <td>
When running on a <a href="spark-standalone.html">standalone deploy cluster</a> or a When running on a <a href="spark-standalone.html">standalone deploy cluster</a> or a
<a href="running-on-mesos.html#mesos-run-modes">Mesos cluster in "coarse-grained" <a href="running-on-mesos.html#mesos-run-modes">Mesos cluster in "coarse-grained"
sharing mode</a>, how many CPU cores to request at most. The default will use all available cores sharing mode</a>, the maximum amount of CPU cores to request for the application from
across the cluster (not from each machine). The default will use all available cores
offered by the cluster manager. offered by the cluster manager.
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment