You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tnachen <gi...@git.apache.org> on 2016/07/06 05:25:45 UTC

[GitHub] spark pull request #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse...

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

    https://github.com/apache/spark/pull/13950#discussion_r69676869
  
    --- Diff: docs/configuration.md ---
    @@ -598,6 +598,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.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.ui.reverseProxyUrl</code></td>
    +  <td>http://localhost:8080</td>
    +  <td>
    +    This is the URL where your proxy is running. Make sure this is a complete URL includeing scheme (http/https) and port to reach your proxy.
    --- End diff --
    
    includeing -> including


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

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