Github user pgandhi999 commented on the issue:

    https://github.com/apache/spark/pull/19270
  
    @vanzin Actually the JIRA was reported by somebody else and I copied the 
description in the first para. so I just knew what needed to be done but missed 
out on the specifics of the description. I have updated the PR description. 
Thank you for pointing that out.
    
    Regarding your comment on the speed of JS execution for really large 
stages, the initial page loading time may be slightly high, but it is greatly 
compensated by the time spent in retrieving subsequent task info in the data 
table as opposed to the traditional HTML table, where time spent retrieving 
task information for every 10 tasks or so is higher. And also the initial page 
loading time overhead is compensated for the convenience that the Search 
functionality provides across all columns and the speed with which it supports 
sorting of the data.
    
    So, in the end, it boils down to how useful this change is as opposed to 
the cost involved in implementing the change.


---

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

Reply via email to