AngersZhuuuu commented on a change in pull request #33253:
URL: https://github.com/apache/spark/pull/33253#discussion_r688281638
##########
File path:
core/src/main/resources/org/apache/spark/ui/static/stagespage-template.html
##########
@@ -31,10 +31,25 @@ <h4 id="summaryMetricsTitle" class="title-table"></h4>
</tbody>
</table>
</div>
+ <h4 id="speculationSummaryTitle" class="title-table">Speculation
Summary</h4>
+ <div id="speculationSummary" class="container-fluid">
+ <table id="speculation-metrics-table" class="table table-striped
compact table-dataTable cell-border">
+ <thead>
+ <th>Total</th>
+ <th>Active</th>
+ <th>Complete</th>
+ <th>Failed</th>
+ <th>Killed</th>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
+ </div>
+ </div>
<h4 id="aggregatedMetrics" class="collapse-table">
<span class="expand-input-rate-arrow arrow-closed"
id="arrowtoggle2"></span>
<a class="title-table">Aggregated Metrics by Executor</a>
- </h4>
+ </h4>
Review comment:
remove this space
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]