Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/5144#discussion_r28461548
--- Diff: docs/running-on-mesos.md ---
@@ -139,6 +145,17 @@ it does not need to be redundantly passed in as a
system property.
./bin/spark-shell --master mesos://host:5050
{% endhighlight %}
+## Cluster mode
+
+Spark on Mesos also supports cluster mode, where the driver is launched in
the cluster and the client
+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 (ie: mesos://host:5050).
+
+From the client, you can submit a job to Mesos cluster by running
`spark-submit` and specifying the master url
+to the url of the MesosClusterDispatcher (ie: mesos://dispatcher:7077).
You can view driver statuses on the
--- End diff --
not ie, but `e.g.` (same in L154)
---
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]