YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe
This commit is contained in:
parent
fae266bbf1
commit
8a7ca13b13
@ -143,6 +143,9 @@ Release 2.7.0 - UNRELEASED
|
||||
|
||||
YARN-2697. Remove useless RMAuthenticationHandler. (Haosong Huang via zjshen)
|
||||
|
||||
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 @@ protected void render(Block html) {
|
||||
_("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
Block a user