MAPREDUCE-3071. app master configuration web UI link under the Job menu opens up application menu. (thomas graves via mahadev) - merging r1176203 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1176205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72e518889f
commit
876bb258d2
|
@ -1403,6 +1403,9 @@ Release 0.23.0 - Unreleased
|
||||||
MAPREDUCE-2984. Better error message for displaying completed containers.
|
MAPREDUCE-2984. Better error message for displaying completed containers.
|
||||||
(Devaraj K via acmurthy)
|
(Devaraj K via acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-3071. app master configuration web UI link under the Job menu
|
||||||
|
opens up application menu. (thomas graves via mahadev)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -44,6 +44,7 @@ public class JobConfPage extends AppView {
|
||||||
set(TITLE, jobID.isEmpty() ? "Bad request: missing job ID"
|
set(TITLE, jobID.isEmpty() ? "Bad request: missing job ID"
|
||||||
: join("Configuration for MapReduce Job ", $(JOB_ID)));
|
: join("Configuration for MapReduce Job ", $(JOB_ID)));
|
||||||
commonPreHead(html);
|
commonPreHead(html);
|
||||||
|
set(initID(ACCORDION, "nav"), "{autoHeight:false, active:2}");
|
||||||
set(DATATABLES_ID, "conf");
|
set(DATATABLES_ID, "conf");
|
||||||
set(initID(DATATABLES, "conf"), confTableInit());
|
set(initID(DATATABLES, "conf"), confTableInit());
|
||||||
set(postInitID(DATATABLES, "conf"), confPostTableInit());
|
set(postInitID(DATATABLES, "conf"), confPostTableInit());
|
||||||
|
|
Loading…
Reference in New Issue