Github user pgandhi999 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21688#discussion_r220254791
  
    --- 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>
    +        </div>
    +    </div>
    +    <a id="aggregatedMetrics">
    +        <span class="expand-input-rate-arrow arrow-closed" 
id="arrowtoggle2"></span>
    +        <h4 class="title-table">Aggregated Metrics by Executor</h4>
    +    </a>
    +    <br>
    +    <div class="container-fluid" id="toggle-aggregatedMetrics" hidden>
    +        <div class="container-fluid">
    +            <table id="summary-stages-table" class="table table-striped 
compact table-dataTable">
    +                <thead>
    +                <th>Executor ID</th>
    +                <th>Logs</th>
    +                <th>Address</th>
    +                <th>Task Time</th>
    +                <th>Total Tasks</th>
    +                <th>Failed Tasks</th>
    +                <th>Killed Tasks</th>
    +                <th>Succeeded Tasks</th>
    +                <th>
    +          <span data-toggle="tooltip" data-placement="top"
    +                title="Shows if this executor has been blacklisted by the 
scheduler due to task failures.">
    +            Blacklisted</span>
    +                </th>
    +                <th>Input Size / Records</th>
    +                <th>Output:</th>
    +                <th>Shuffle Read: </th>
    +                <th>Shuffle Write: </th>
    --- End diff --
    
    Done


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to