Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/10086#discussion_r47391278
--- Diff: docs/running-on-mesos.md ---
@@ -151,13 +151,27 @@ Spark on Mesos also supports cluster mode, where the
driver is launched in the c
can find the results of the driver from the Mesos Web UI.
To use cluster mode, you must start the MesosClusterDispatcher in your
cluster via the `sbin/start-mesos-dispatcher.sh` script,
-passing in the Mesos master url (e.g: mesos://host:5050).
+passing in the Mesos master url (e.g: mesos://host:5050). This starts the
MesosClusterDispatcher as an daemon running on the host.
+
+If you like to run the MesosClusterDispatcher with Marathon, you need to
run the MesosClusterDispatcher in the foreground (i.e: `bin/spark-class
org.apache.spark.deploy.mesos.MesosClusterDispatcher`).
--- End diff --
yeah, I would backtick the dispatcher
---
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]