Skip to content
Snippets Groups Projects
Commit b313e156 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Fix UI bug introduced in #244.

The 'duration' field was incorrectly renamed to 'task time' in the table that
lists stages.
parent 7cef8435
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ private[spark] class StageTable(val stages: Seq[StageInfo], val parent: JobProgr ...@@ -48,7 +48,7 @@ private[spark] class StageTable(val stages: Seq[StageInfo], val parent: JobProgr
{if (isFairScheduler) {<th>Pool Name</th>} else {}} {if (isFairScheduler) {<th>Pool Name</th>} else {}}
<th>Description</th> <th>Description</th>
<th>Submitted</th> <th>Submitted</th>
<th>Task Time</th> <th>Duration</th>
<th>Tasks: Succeeded/Total</th> <th>Tasks: Succeeded/Total</th>
<th>Shuffle Read</th> <th>Shuffle Read</th>
<th>Shuffle Write</th> <th>Shuffle Write</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment