GitHub user nblintao opened a pull request:

    https://github.com/apache/spark/pull/14461

    [SPARK-16856] [WEBUI] [CORE] Link application summary page and detail page 
to the master page

    ## What changes were proposed in this pull request?
    
    1. Added a "**Back to Master**" link on Executor Page of Application 
**Detail** UI, if the application is run in standalone mode.
    
    1. Added a "**Back to Master**" link on Application **Summary** Page of 
Master UI.
    
    The links link to the main page of Master UI.
    
    ## How was this patch tested?
    
    - Run Spark as a "local cluster" by `./bin/spark-shell 
--master=local-cluster[2,1,1024]`.
    
    - Then view the Executor Page on Application Detail UI 
(http://192.168.1.104:4040/executors/). Users could go to the Master Page by 
the link "**Back to Master**" on that page.
    
    
![detailpagetomaster](https://cloud.githubusercontent.com/assets/5558370/17336202/b1f6c8c4-58a2-11e6-812c-d3a9a104a4ae.png)
    
    - Select one application on the Master Page to get into the Application 
Summary Page. Users could go back to the Master Page by the link "**Back to 
Master**" on that page.
    
    
![summarypagetomaster](https://cloud.githubusercontent.com/assets/5558370/17336389/9c9cb4b0-58a3-11e6-9a5f-fd97b5aee8df.png)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nblintao/spark linkMasterPage

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/14461.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14461
    
----
commit f35afa215a214d1b5ff8296e5e20b00044ee9f02
Author: Tao Lin <nblin...@gmail.com>
Date:   2016-08-02T16:09:22Z

    link application page to master page

----


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