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

    https://github.com/apache/spark/pull/13950#discussion_r77921327
  
    --- Diff: docs/configuration.md ---
    @@ -635,6 +635,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>
    +    Enable running Spark Master as reverse proxy for worker and 
application UI. In this mode, Spark master will reverse proxy the worker and 
application UIs to enable access without requiring direct access to their UIs. 
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 and must be set on all the workers, drivers and master.
    --- End diff --
    
    everywhere: "UIs" (since you're saying "worker an application")
    
    "...without requiring direct access to their hosts."
    
    "...you will only be able to access them..."
    
    "...workers, drivers and masters." (Yes there can be more than one.)


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