aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimothy Chen <tnachen@gmail.com>2016-10-10 23:20:15 +0200
committerSean Owen <sowen@cloudera.com>2016-10-10 23:20:15 +0200
commit29f186bfdf929b1e8ffd8e33ee37b76d5dc5af53 (patch)
treed786a00dfb56a6be117ccead4f6d26bcbac8925b /docs
parent3f8a0222e2fa9351a3de09bd2636b000a88da67a (diff)
downloadspark-29f186bfdf929b1e8ffd8e33ee37b76d5dc5af53.tar.gz
spark-29f186bfdf929b1e8ffd8e33ee37b76d5dc5af53.tar.bz2
spark-29f186bfdf929b1e8ffd8e33ee37b76d5dc5af53.zip
[SPARK-14082][MESOS] Enable GPU support with Mesos
## What changes were proposed in this pull request? Enable GPU resources to be used when running coarse grain mode with Mesos. ## How was this patch tested? Manual test with GPU. Author: Timothy Chen <tnachen@gmail.com> Closes #14644 from tnachen/gpu_mesos.
Diffstat (limited to 'docs')
-rw-r--r--docs/running-on-mesos.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 173961deaa..77b06fcf33 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -498,6 +498,15 @@ See the [configuration page](configuration.html) for information on Spark config
in the history server.
</td>
</tr>
+<tr>
+ <td><code>spark.mesos.gpus.max</code></td>
+ <td><code>0</code></td>
+ <td>
+ Set the maximum number GPU resources to acquire for this job. Note that executors will still launch when no GPU resources are found
+ since this configuration is just a upper limit and not a guaranteed amount.
+ </td>
+</tr>
+
</table>