GitHub user gengliangwang opened a pull request:

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

    [SPARK-26156][WebUI] Revise summary section of stage page

    ## What changes were proposed in this pull request?
    In the summary section of stage page:
    
![image](https://user-images.githubusercontent.com/1097932/48935518-ebef2b00-ef42-11e8-8672-eaa4cac92c5e.png)
    
    1.  the following metrics names can be revised:
    Output => Output Size / Records
    Shuffle Read: => Shuffle Read Size / Records
    Shuffle Write => Shuffle Write Size / Records
    
    After changes, the names are more clear, and consistent with the other 
names in the same page.
    
    2. The associated job id URL should not contain the 3 tails spaces. Reduce 
the number of spaces to one, and exclude the space from link. This is 
consistent with SQL execution page.
    
    ## How was this patch tested?
    
    Manual check:
    
![image](https://user-images.githubusercontent.com/1097932/48935538-f7425680-ef42-11e8-8b2a-a4f388d3ea52.png)
    


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

    $ git pull https://github.com/gengliangwang/spark reviseStagePage

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

    https://github.com/apache/spark/pull/23125.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 #23125
    
----
commit 215d3d7b8e187716d68a67a9b16d9eb444a8099f
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-11-23T09:04:38Z

    revise stage page

----


---

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

Reply via email to