YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe
(cherry picked from commit 8a7ca13b13c0c3f008a6490cc96d4d48a051d1f7) (cherry picked from commit ae35b0e14d3438237f4b5d3b5d5268d45e549846) (cherry picked from commit 65acee3e19a147e5c5a8688319ab75357bdf51b5)
This commit is contained in:
parent
7f97189bcf
commit
888ab4a6e7
@ -24,6 +24,9 @@ Release 2.6.1 - UNRELEASED
|
|||||||
YARN-2865. Fixed RM to always create a new RMContext when transtions from
|
YARN-2865. Fixed RM to always create a new RMContext when transtions from
|
||||||
StandBy to Active. (Rohith Sharmaks via jianhe)
|
StandBy to Active. (Rohith Sharmaks via jianhe)
|
||||||
|
|
||||||
|
YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users.
|
||||||
|
(Jason Lowe via jianhe)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -120,8 +120,8 @@ protected void render(Block html) {
|
|||||||
_("Configured Max Capacity:", percent(lqinfo.getMaxCapacity() / 100)).
|
_("Configured Max Capacity:", percent(lqinfo.getMaxCapacity() / 100)).
|
||||||
_("Configured Minimum User Limit Percent:", Integer.toString(lqinfo.getUserLimit()) + "%").
|
_("Configured Minimum User Limit Percent:", Integer.toString(lqinfo.getUserLimit()) + "%").
|
||||||
_("Configured User Limit Factor:", String.format("%.1f", lqinfo.getUserLimitFactor())).
|
_("Configured User Limit Factor:", String.format("%.1f", lqinfo.getUserLimitFactor())).
|
||||||
_("Active Users: ", activeUserList.toString()).
|
_r("Active Users: ", activeUserList.toString()).
|
||||||
_r("Accessible Node Labels:", StringUtils.join(",", lqinfo.getNodeLabels()));
|
_("Accessible Node Labels:", StringUtils.join(",", lqinfo.getNodeLabels()));
|
||||||
|
|
||||||
html._(InfoBlock.class);
|
html._(InfoBlock.class);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user