liucht-inspur opened a new pull request #25994: [SPARK-29323][WEBUI] Add 
tooltip for The Executors Tab's column names in the Spark history server Page
URL: https://github.com/apache/spark/pull/25994
 
 
   ### What changes were proposed in this pull request?
   
   This PR is Adding tooltip for The Executors Tab's column names include RDD 
Blocks, Disk Used,Cores, Activity Tasks, Failed Tasks , Complete Tasks, Total 
Tasks in the history server Page.
   https://issues.apache.org/jira/browse/SPARK-29323
   
   
![image](https://user-images.githubusercontent.com/28332082/66017759-b6c24a80-e50e-11e9-807b-5b076f701d2f.png)
   
   I have modify the following code in executorspage-template.html
   Before:
   <th>RDD Blocks</th>
   <th>Disk Used</th>
   <th>Cores</th>
   <th>Active Tasks</th>
   <th>Failed Tasks</th>
   <th>Complete Tasks</th>
   <th>Total Tasks</th>
   
   
![image](https://user-images.githubusercontent.com/28332082/66018111-4ddbd200-e510-11e9-9cfc-19f3eae81e76.png)
   
   After:
   
   <th><span data-toggle="tooltip" data-placement="top" title="RDD Blocks">RDD 
Blocks</span></th>
   <th><span data-toggle="tooltip" data-placement="top" title="Disk Used">Disk 
Used</span></th>
   <th><span data-toggle="tooltip" data-placement="top" 
title="Cores">Cores</span></th>
   <th><span data-toggle="tooltip" data-placement="top" title="Active 
Tasks">Active Tasks</span></th>
   <th><span data-toggle="tooltip" data-placement="top" title="Failed 
Tasks">Failed Tasks</span></th>
   <th><span data-toggle="tooltip" data-placement="top" title="Complete 
Tasks">Complete Tasks</span></th>
   <th><span data-toggle="tooltip" data-placement="top" title="Total 
Tasks">Total Tasks</span></th>
      
   
   
![image](https://user-images.githubusercontent.com/28332082/66018157-79f75300-e510-11e9-96ba-6230aa0940c7.png)
       
   
   ### Why are the changes needed?
   
   the spark Executors of history Tab page, the Summary part shows the line in 
the list of title, but format is irregular.
   Some column names have tooltip, such as Storage Memory, Task Time(GC Time), 
Input, Shuffle Read,
   Shuffle Write and Blacklisted, but there are still some list names that have 
not tooltip. They are RDD Blocks, Disk Used,Cores, Activity Tasks, Failed Tasks 
, Complete Tasks and Total Tasks. oddly, Executors section below,All the column 
names Contains the column names above have tooltip .
   It's important for open source projects to have consistent style and 
user-friendly UI, and I'm working on keeping it consistent And more 
user-friendly.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual tests for Chrome, Firefox and Safari
   
   
   Authored-by: liucht-inspur <liu...@inspur.com>
   Signed-off-by: liucht-inspur <liu...@inspur.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to