Skip to content

Commit b313e15

Browse files
committed
Fix UI bug introduced in apache#244.
The 'duration' field was incorrectly renamed to 'task time' in the table that lists stages.
1 parent 7cef843 commit b313e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private[spark] class StageTable(val stages: Seq[StageInfo], val parent: JobProgr
4848
{if (isFairScheduler) {<th>Pool Name</th>} else {}}
4949
<th>Description</th>
5050
<th>Submitted</th>
51-
<th>Task Time</th>
51+
<th>Duration</th>
5252
<th>Tasks: Succeeded/Total</th>
5353
<th>Shuffle Read</th>
5454
<th>Shuffle Write</th>

0 commit comments

Comments
 (0)