YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe
(cherry picked from commit8a7ca13b13
) (cherry picked from commitae35b0e14d
) (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
|
||||
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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -120,8 +120,8 @@ class CapacitySchedulerPage extends RmView {
|
|||
_("Configured Max Capacity:", percent(lqinfo.getMaxCapacity() / 100)).
|
||||
_("Configured Minimum User Limit Percent:", Integer.toString(lqinfo.getUserLimit()) + "%").
|
||||
_("Configured User Limit Factor:", String.format("%.1f", lqinfo.getUserLimitFactor())).
|
||||
_("Active Users: ", activeUserList.toString()).
|
||||
_r("Accessible Node Labels:", StringUtils.join(",", lqinfo.getNodeLabels()));
|
||||
_r("Active Users: ", activeUserList.toString()).
|
||||
_("Accessible Node Labels:", StringUtils.join(",", lqinfo.getNodeLabels()));
|
||||
|
||||
html._(InfoBlock.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue