Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/21688#discussion_r218884278
--- Diff:
core/src/main/resources/org/apache/spark/ui/static/stagespage-template.html ---
@@ -0,0 +1,124 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<script id="stages-summary-template" type="text/html">
+ <h4 id="summaryMetricsTitle" class="title-table"></h4>
+ <div class="container-fluid">
+ <div class="container-fluid">
+ <table id="summary-metrics-table" class="table table-striped
compact table-dataTable">
+ <thead>
+ <th>Metric</th>
+ <th>Min</th>
+ <th>25th percentile</th>
+ <th>Median</th>
+ <th>75th percentile</th>
+ <th>Max</th>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
--- End diff --
summary metrics table shows a bit odd when no tasks have finished, might
not be a big deal but could see if we can improve. Basically it doesn't show
any rows.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]