Description
HIVE-5519 added pagination feature support to WebHcat. This implementation returns the jobs lexicographically resulting in older jobs showing at the top.
Improvement is to order them on time with latest at top. Typically latest jobs (or running) ones are more relevant to the user. Time based ordering with pagination makes more sense.