We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc98a43 commit 0b226f9Copy full SHA for 0b226f9
streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala
@@ -39,7 +39,7 @@ class BatchPage(parent: StreamingTab) extends WebUIPage("batch") {
39
<th>Duration</th>
40
<th class="sorttable_nosort">Stages: Succeeded/Total</th>
41
<th class="sorttable_nosort">Tasks (for all stages): Succeeded/Total</th>
42
- <th>Last Error</th>
+ <th>Error</th>
43
}
44
45
private def makeOutputOpIdRow(outputOpId: OutputOpId, jobs: Seq[JobUIData]): Seq[Node] = {
0 commit comments