Github user lins05 commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r119009317
--- Diff: docs/running-on-mesos.md ---
@@ -516,6 +516,16 @@ See the [configuration page](configuration.html) for
information on Spark config
Fetcher
Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r118332011
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
---
@@ -56,4 +56,9 @@ package object config {
.stri
Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r118331821
--- Diff: docs/running-on-mesos.md ---
@@ -520,7 +520,7 @@ See the [configuration page](configuration.html) for
information on Spark config
spark.me
Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r118310789
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
---
@@ -158,7 +158,7 @@
Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r118310858
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosFineGrainedSchedulerBackend.scala
---
@@ -78,8 +78,8 @@ pri
Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17750#discussion_r118310643
--- Diff: docs/running-on-mesos.md ---
@@ -516,6 +516,16 @@ See the [configuration page](configuration.html) for
information on Spark config
Fetch
GitHub user gkc2104 opened a pull request:
https://github.com/apache/spark/pull/17750
[SPARK-4899][MESOS] Support for checkpointing on Coarse and Fine graiâ¦
Support for Mesos checkpointing
https://issues.apache.org/jira/browse/SPARK-4899
apache#60
## What changes w