Skip to content

Commit

Permalink
History Server: updated order for multiple attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
rekhajoshm committed Jul 8, 2015
1 parent a41ac4b commit 85024e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock)

/**
* Comparison function that defines the sort order for application attempts within the same
* application. Order is: running attempts before complete attempts, running attempts sorted
* application. Order is: completed attempts before running attempts, running attempts sorted
* by start time showing whichever started first,
* completed attempts sorted by end time showing whichever ended first.
*
Expand Down

0 comments on commit 85024e8

Please sign in to comment.