AngersZhuuuu 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_r399893110
##########
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:
> There exists lots of similar commits already for new develop of Spark web
UI. Always, the commits(already reviewed and merged) are the best demo for
developers.
Each page's JS script isn't the same, and I have find that for stage page,
don't have merged pr about add new additional column.
----------------------------------------------------------------
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]