[GitHub] spark pull request #21150: [SPARK-24075][MESOS] Option to limit number of re...

2018-10-22 Thread tnachen
Github user tnachen commented on a diff in the pull request: https://github.com/apache/spark/pull/21150#discussion_r227028091 --- Diff: resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala --- @@ -728,6 +729,28 @@ private[spar

[GitHub] spark pull request #21150: [SPARK-24075][MESOS]

2018-04-25 Thread nyogesh
GitHub user nyogesh opened a pull request: https://github.com/apache/spark/pull/21150 [SPARK-24075][MESOS] ## What changes were proposed in this pull request? * Spark drivers run on mesos with supervise enabled will try the driver indefinitely on failures. This PR is to opt