MAPREDUCE-4724. job history web ui applications page should be sorted to display last app first (tgraves via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1404305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab8fa651f7
commit
50993e9d48
|
@ -620,6 +620,9 @@ Release 0.23.5 - UNRELEASED
|
|||
|
||||
MAPREDUCE-4748. Invalid event: T_ATTEMPT_SUCCEEDED at SUCCEEDED. (jlowe)
|
||||
|
||||
MAPREDUCE-4724. job history web ui applications page should be sorted to
|
||||
display last app first (tgraves via bobby)
|
||||
|
||||
Release 0.23.4 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -85,7 +85,7 @@ public class HsView extends TwoColumnLayout {
|
|||
private String jobsTableInit() {
|
||||
return tableInit().
|
||||
// Sort by id upon page load
|
||||
append(", aaSorting: [[2, 'asc']]").
|
||||
append(", aaSorting: [[2, 'desc']]").
|
||||
append(", aoColumnDefs:[").
|
||||
// Maps Total
|
||||
append("{'sType':'numeric', 'bSearchable': false, 'aTargets': [ 7 ] }").
|
||||
|
|
Loading…
Reference in New Issue