svn merge -c 1404305 FIXES: 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/branches/branch-2@1404306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-10-31 19:13:59 +00:00
parent aaa448f9dd
commit 9d689a9db9
2 changed files with 4 additions and 1 deletions

View File

@ -473,6 +473,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

View File

@ -85,7 +85,7 @@ protected Class<? extends SubView> content() {
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 ] }").