Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
History Server: updated order for multiple attempts(updated comment)
  • Loading branch information
rekhajoshm committed Jul 9, 2015
commit b0fc922fafcf8fecc83e935c4792af19bf1f9c83
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,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: 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.
* by ascending start time,completed attempts sorted by ascending end time.
*
* Normally applications should have a single running attempt; but failure to call sc.stop()
* may cause multiple running attempts to show up.
Expand Down