-
- Downloads
[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.
Showing
- docs/running-on-mesos.md 9 additions, 0 deletionsdocs/running-on-mesos.md
- mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala 26 additions, 4 deletions...er/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
- mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala 5 additions, 0 deletions...e/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala
- mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackendSuite.scala 46 additions, 15 deletions...uster/mesos/MesosCoarseGrainedSchedulerBackendSuite.scala
- mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/Utils.scala 10 additions, 4 deletions...cala/org/apache/spark/scheduler/cluster/mesos/Utils.scala
Please register or sign in to comment