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

    https://github.com/apache/spark/pull/13950#discussion_r75186503
  
    --- Diff: docs/configuration.md ---
    @@ -627,6 +627,20 @@ Apart from these, the following properties are also 
available, and may be useful
       </td>
     </tr>
     <tr>
    +  <td><code>spark.ui.reverseProxy</code></td>
    +  <td>false</td>
    +  <td>
    +    To enable running Spark Master, worker and application UI behined a 
reverse proxy. In this mode, Spark master will reverse proxy the worker and 
application UIs to enable access. Use it with caution, as worker and 
application UI will not be accessible directly, you will only be able to access 
it through spark master/proxy public URL. This setting affects all the workers 
and application UIs running in the cluster.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.ui.reverseProxyUrl</code></td>
    +  <td>http://localhost:8080</td>
    --- End diff --
    
    There is no default. The default is the master's address computed at 
runtime.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to