Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/4990#discussion_r28475200
--- Diff: docs/job-scheduling.md ---
@@ -101,6 +101,11 @@ then set
`yarn.nodemanager.aux-services.spark_shuffle.class` to
`spark.shuffle.service.*` [configurations](configuration.html).
4. Restart all `NodeManager`s in your cluster.
+If you wish to use the external shuffle service in a Mesos deployment you
need to launch the
+service on each Mesos slave that might run Spark jobs. A launcher script
is provided in the `sbin/`
+directory: `bin/start-shuffle-service.sh`. You can later stop the service
by running
--- End diff --
sbin
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]