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

    https://github.com/apache/spark/pull/4216#discussion_r24138924
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/master/ui/MasterPage.scala ---
    @@ -73,6 +73,14 @@ private[spark] class MasterPage(parent: MasterWebUI) 
extends WebUIPage("") {
               <div class="span12">
                 <ul class="unstyled">
                   <li><strong>URL:</strong> {state.uri}</li>
    +              {
    +                state.restUri.map { uri =>
    +                  <li>
    +                    <strong>REST URL:</strong> {uri}
    +                    <span class="rest-uri"> (for standalone cluster mode 
in Spark 1.3+)</span>
    --- End diff --
    
    I think it's fine to shorten this to say just say "(cluster mode)" only. 
The fact that the cluster is a standalone mode cluster and that it is running 
Spark 1.3 is self-evident.


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