Github user rekhajoshm commented on the pull request:
https://github.com/apache/spark/pull/7253#issuecomment-120182769
thanks @vanzin . unless i m missing something i intentionally ascending
order for both start and end time. Users want to see which ended first
(ascending endtime) on top, and which started first, which also has highest
probability of getting finished first as well on top (ascending start time)
The updated order for below:
1.Both completed: If both a1, and a2 completed then if a1 completed first
, it will be shown first else a2 will be shown (ascending end time sort, sorted
that which ended first)
2.Both running: If both a1, and a2 are not completed then if a1 started
first , it will be shown first else a2 (running ascending start time sort,
sorted that which started first)
3.a1 complete, a2 running: By changing the ! condition, showing a1 on top
now
4.a1 incomplete, a2 complete: By changing the ! condition, showing a2 on
top now

---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]