Skip to content

Commit 8200bf5

Browse files
author
Andrew Or
committed
Mention marathon
1 parent 48d7418 commit 8200bf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/job-scheduling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ varies across cluster managers:
7878
In standalone mode, simply start your workers with `spark.shuffle.service.enabled` set to `true`.
7979

8080
In Mesos coarse-grained mode, run `$SPARK_HOME/sbin/start-mesos-shuffle-service.sh` on all
81-
slave nodes with `spark.shuffle.service.enabled` set to `true`.
81+
slave nodes with `spark.shuffle.service.enabled` set to `true`. For instance, you may do so
82+
through Marathon.
8283

8384
In YARN mode, start the shuffle service on each `NodeManager` as follows:
8485

0 commit comments

Comments
 (0)