pgandhi999 opened a new pull request #24561: [SPARK-26130] : Change Event 
Timeline Display Functionality on the Stages Page to use either REST API or 
data from other tables
URL: https://github.com/apache/spark/pull/24561
 
 
   As per Jira https://issues.apache.org/jira/browse/SPARK-21809, Stages page 
will use datatables for performing Column sorting, searching, pagination etc. 
To support those datatables, we have changed the Stage page to use ajax calls 
to access the server API's. However, event timeline functionality on the stage 
page has not been updated to use the REST API or use data from the datatables 
dynamically to reconstruct the graphs at the Client end.
   
   ## What changes were proposed in this pull request?
   
   Added AJAX Call to the Event Timeline Graph form to dynamically load data 
without needing page refresh. After this change, almost the whole Stages page 
uses AJAX to perform dynamic data loading and display.
   
   ## How was this patch tested?
   
   Manual Tests
   

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