Skip to content

Commit

Permalink
Fix UI bug introduced in apache#244.
Browse files Browse the repository at this point in the history
The 'duration' field was incorrectly renamed to 'task time' in the table that
lists stages.
  • Loading branch information
pwendell committed Jan 11, 2014
1 parent 7cef843 commit b313e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private[spark] class StageTable(val stages: Seq[StageInfo], val parent: JobProgr
{if (isFairScheduler) {<th>Pool Name</th>} else {}}
<th>Description</th>
<th>Submitted</th>
<th>Task Time</th>
<th>Duration</th>
<th>Tasks: Succeeded/Total</th>
<th>Shuffle Read</th>
<th>Shuffle Write</th>
Expand Down

0 comments on commit b313e15

Please sign in to comment.