iRakson commented on a change in pull request #26467: [SPARK-29477]Improve 
tooltip for Streaming tab
URL: https://github.com/apache/spark/pull/26467#discussion_r351601698
 
 

 ##########
 File path: 
streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala
 ##########
 @@ -37,10 +37,14 @@ private[ui] class BatchPage(parent: StreamingTab) extends 
WebUIPage("batch") {
   private def columns: Seq[Node] = {
     <th>Output Op Id</th>
       <th>Description</th>
-      <th>Output Op Duration</th>
+      <th>Output Op Duration {SparkUIUtils.tooltip("Time taken for all the 
jobs of this batch to" +
 
 Review comment:
   Output Op duration is the time taken for all the jobs of that batch to 
finish processing from the time they were submitted. So it gives scheduling 
delay(time to schedule first job of the batch) + processing delay(time from 
start of processing of first job till the end of processing of last job of 
batch).
   
   While job duration gives detail about a single job, Output Op duration gives 
info about the entire batch.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to