warrenzhu25 commented on a change in pull request #29082:
URL: https://github.com/apache/spark/pull/29082#discussion_r460662621



##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
##########
@@ -223,6 +223,22 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
         null
     }
 
+    val exceptionSummaryData = store.exceptionSummary(stageId, stageAttemptId)
+    val exceptionSummary: Seq[Node] =
+      {if (exceptionSummaryData.nonEmpty) {
+        <span class="collapse-aggregated-exceptionSummaries collapse-table"
+              onClick="collapseTable('collapse-aggregated-exceptionSummaries',
+            'aggregated-exceptionSummaries')">
+          <h4>
+            <span class="collapse-table-arrow arrow-closed"></span>
+            <a>Exception Summary</a>
+          </h4>
+        </span>
+          <div class="aggregated-exceptionSummaries collapsible-table">

Review comment:
       Fixed these.




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to