dongjoon-hyun 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_r399732247
##########
File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
##########
@@ -572,7 +600,7 @@ $(document).ready(function () {
var row1 = createRowMetadataForColumn(
columnKey, taskMetricsResponse[columnKey],
4);
var row2 = createRowMetadataForColumn(
- "shuffleWriteTime",
taskMetricsResponse[columnKey], 21);
+ "shuffleWriteTime",
taskMetricsResponse[columnKey], 23);
Review comment:
Hi, @AngersZhuuuu . If possible, could you try to avoid this change?
----------------------------------------------------------------
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]