liucht-inspur commented on issue #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#issuecomment-539879996
 
 
   @srowen ok,thank you ! I have finished this change,
   
   two changes:
   1、in Summary 
   before:
   `<th>Active` `Tasks</th>`
   `<th>Failed` `Tasks</th>`
   
   after:
   `<th><span` data-toggle="tooltip" data-placement="top" title="Active Tasks 
show in shaded blue. % of color opacity range from 0 to `maxTasks.">Active` 
`Tasks</span></th>`
   `<th><span` data-toggle="tooltip" data-placement="top" title="Failed Tasks 
show in shaded red. Color opacity reach max at 10% of Total Tasks.">Failed 
`Tasks</span></th>`
   
   added tooltip for Active Tasks and Failed Tasks ,the titles are 
   "Active Tasks show in shaded blue. % of color opacity range from 0 to 
maxTasks." and "Failed Tasks show in shaded red. Color opacity reach max at 10% 
of Total Tasks."
   
   2、in Executors
   before:
   `<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>`
   
   after:
   `<th><span` data-toggle="tooltip" data-placement="top" title="Active Tasks 
show in shaded blue. % of color opacity range from 0 to maxTasks.">Active 
`Tasks</span></th>`
   `<th><span` data-toggle="tooltip" data-placement="top" title="Failed Tasks 
show in shaded red. Color opacity reach max at 10% of Total Tasks.">Failed 
`Tasks</span></th>`
   
   added more information for tooltip
   
   Please help to review this change,thanks.

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