Skip to content

Commit

Permalink
Merge pull request apache#388 from pwendell/master
Browse files Browse the repository at this point in the history
Fix UI bug introduced in apache#244.

The 'duration' field was incorrectly renamed to 'task time' in the table that
lists stages.
  • Loading branch information
rxin committed Jan 12, 2014
2 parents 409866b + b313e15 commit dbc11df
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 dbc11df

Please sign in to comment.