Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18528#discussion_r130539101
  
    --- Diff: docs/running-on-mesos.md ---
    @@ -153,6 +153,8 @@ 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). This starts the 
`MesosClusterDispatcher` as a daemon running on the host.
     
    +By setting the mesos proxy config property (requires mesos version >= 
1.4), eg. `--conf spark.mesos.proxy.base_url=http://localhost:5050` when 
launching the dispacther, the mesos sandbox uri for each driver is added on the 
mesos dispatcher ui.
    --- End diff --
    
    mesos -> Mesos
    eg. -> e.g. (but really, should be removed? it's not an example)
    uri -> URI
    ui -> UI
    "added on" -> "added to" ?


---
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]

Reply via email to