sarutak commented on a change in pull request #28061: [SPARK-31270][CORE]
Expose executor metrics in task detail table in StageLevel
URL: https://github.com/apache/spark/pull/28061#discussion_r405294705
##########
File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
##########
@@ -327,6 +336,13 @@ $(document).ready(function () {
"should be approximately the sum of the peak sizes across all
such data structures created " +
"in this task. For SQL jobs, this only tracks all unsafe
operators, broadcast joins, and " +
"external sort.");
+ $('#peak_jvm_on_heap_memory').attr("data-toggle", "tooltip")
+ .attr("data-placement", "top")
+ .attr("title", "Peak Executor JVM on-heap memory usage during this
task running");
+ $('#peak_jvm_off_heap_memory').attr("data-toggle", "tooltip")
+ .attr("data-placement", "top")
+ .attr("title", "Peak Executor JVM off-heap memory usage during
this task running");
Review comment:
Same comment as
[here](https://github.com/apache/spark/pull/28061/files#diff-c59528e611faa69b0d84b0ab25b2b2d7R341).
----------------------------------------------------------------
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]