Skip to content

Commit 0b226f9

Browse files
committed
Change 'Last Error' to 'Error'
1 parent fc98a43 commit 0b226f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class BatchPage(parent: StreamingTab) extends WebUIPage("batch") {
3939
<th>Duration</th>
4040
<th class="sorttable_nosort">Stages: Succeeded/Total</th>
4141
<th class="sorttable_nosort">Tasks (for all stages): Succeeded/Total</th>
42-
<th>Last Error</th>
42+
<th>Error</th>
4343
}
4444

4545
private def makeOutputOpIdRow(outputOpId: OutputOpId, jobs: Seq[JobUIData]): Seq[Node] = {

0 commit comments

Comments
 (0)