[GitHub] spark issue #17235: [SPARK-19320][MESOS][WIP]allow specifying a hard limit o...

2017-03-15 Thread klueska
Github user klueska commented on the issue: https://github.com/apache/spark/pull/17235 Can you give a bit more context on what this new parameter is supposed to enforce? Maybe it's just the same of the parameter that's confusing me. --- If your project is set up for it, you can

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-11 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r78298850 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-11 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r78297397 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r78012264 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark

[GitHub] spark issue #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on the issue: https://github.com/apache/spark/pull/14644 I just tested this against the newest GPU support in Mesos 1.0.1 and everything seems to work as expected. My only question is the use of `spark.mesos.gpus.max` instead

[GitHub] spark pull request #14644: [MESOS] Enable GPU support with Mesos

2016-09-08 Thread klueska
Github user klueska commented on a diff in the pull request: https://github.com/apache/spark/pull/14644#discussion_r77965263 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -103,6 +103,7 @@ private[spark