srowen commented on a change in pull request #27292: [SPARK-30582][Web UI] 
Spark UI is not showing Aggregated Metrics by Executor in stage page
URL: https://github.com/apache/spark/pull/27292#discussion_r370261391
 
 

 ##########
 File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
 ##########
 @@ -473,27 +492,6 @@ $(document).ready(function () {
             var accumulatorTable = 
responseBody.accumulatorUpdates.filter(accumUpdate =>
                 !(accumUpdate.name).toString().includes("internal."));
 
-            // rendering the UI page
-            var data = {"executors": response};
 
 Review comment:
   Maybe a dumb question, but where did this go then - how is the `data` loaded 
and displayed?

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