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

    https://github.com/apache/spark/pull/11369#discussion_r54278192
  
    --- Diff: docs/running-on-mesos.md ---
    @@ -390,6 +390,22 @@ See the [configuration page](configuration.html) for 
information on Spark config
         </ul>
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.mesos.driver.webui.url</code></td>
    +  <td><code>(none)</code></td>
    +  <td>
    +    Set the Spark Mesos driver webui_url for interacting with the 
framework.
    +    If unset it will point to Spark's internal web UI.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.mesos.dispatcher.webui.url</code></td>
    --- End diff --
    
    Properties coming from a driver submission request are propagated from here:
    
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/rest/mesos/MesosRestServer.scala#L87-L97
    
    Also there are properties coming from MesosClusterScheduler's conf 
(initialized from MesosClusterDispatcher conf- 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcher.scala#L62):
    
    eg. spark.mesos.uris  at 
    
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala#L407
    
    Both of these sets of properties seem to merge to form the final set of 
driver's spark properties IMHO these should be isolated or clarified into the 
docs it seems complciated.


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