YARN-4109. Exception on RM scheduler page loading with labels. (Mohammad Shahid Khan via rohithsharmaks)

(cherry picked from commit 8c180a13c82ab9d60f595e6942e35d51024dab53)

Conflicts:
	hadoop-yarn-project/CHANGES.txt
This commit is contained in:
rohithsharmaks 2015-12-23 09:12:32 +05:30 committed by Konstantin V Shvachko
parent 42c2d36ba6
commit 0a4d8f6584
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ Release 2.7.4 - UNRELEASED
YARN-6457. Allow custom SSL configuration to be supplied in WebApps.
(Sanjay M Pujare via haibochen)
YARN-4109. Exception on RM scheduler page loading with labels.
(Mohammad Shahid Khan via rohithsharmaks)
OPTIMIZATIONS
YARN-5262. Optimize sending RMNodeFinishedContainersPulledByAMEvent for

View File

@ -327,7 +327,7 @@ public void render(Block html) {
used > 1 ? Q_OVER : Q_UNDER))._(".")._().
span(".q", partitionUiTag)._().
span().$class("qstats").$style(left(Q_STATS_POS)).
_(join(percent(used), " used"))._();
_(join(percent(used), " used"))._()._();
//for the queue hierarchy under label
UL<Hamlet> underLabel = html.ul("#pq");