You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/10 21:39:12 UTC

[GitHub] [spark] planga82 opened a new pull request #26084: [SPARK-29433][WebUI] Fix tooltip stages table

planga82 opened a new pull request #26084: [SPARK-29433][WebUI] Fix tooltip stages table
URL: https://github.com/apache/spark/pull/26084
 
 
   ### What changes were proposed in this pull request?
   In the Web UI, Stages table, the tool tip of Input and output column are not corrrect.
   
   Actual tooltip messages: 
   
   Bytes and records read from Hadoop or from Spark storage.
   Bytes and records written to Hadoop.
   In this column we are only showing bytes, not records
   
   ![image](https://user-images.githubusercontent.com/12819544/66608286-85a0e480-ebb6-11e9-812a-9760bea53664.png)
   ![image](https://user-images.githubusercontent.com/12819544/66608323-96515a80-ebb6-11e9-9e5f-e3f2cc99a3b3.png)
   ![image](https://user-images.githubusercontent.com/12819544/66608450-de707d00-ebb6-11e9-84e3-0917b5cfe6f6.png)
   ![image](https://user-images.githubusercontent.com/12819544/66608468-eaf4d580-ebb6-11e9-8c5b-2a9a290bea9c.png)
   
   ### Why are the changes needed?
   Simple correction of a tooltip
   
   ### Does this PR introduce any user-facing change?
   Yes, tooltip correction
   
   
   ### How was this patch tested?
   Manual testing
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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