[
https://issues.apache.org/jira/browse/YARN-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741292#comment-13741292
]
Omkar Vinit Joshi commented on YARN-1044:
-----------------------------------------
Thanks [~sjlee0] I would have liked to see web services related similar issues
too to be fixed as a part of this ticket as that too is trivial and at least in
case of capacity Scheduler we probably need to just remove "usedResources" from
response....otherwise lgtm +1
{code}
<scheduler>
<schedulerInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="capacityScheduler">
<capacity>100.0</capacity>
<usedCapacity>0.0</usedCapacity>
<maxCapacity>100.0</maxCapacity>
<queueName>root</queueName>
<queues>
<queue xsi:type="capacitySchedulerLeafQueueInfo">
<capacity>100.0</capacity>
<usedCapacity>0.0</usedCapacity>
<maxCapacity>100.0</maxCapacity>
<absoluteCapacity>100.0</absoluteCapacity>
<absoluteMaxCapacity>100.0</absoluteMaxCapacity>
<absoluteUsedCapacity>0.0</absoluteUsedCapacity>
<numApplications>0</numApplications>
<usedResources><memory:0, vCores:0></usedResources>
<queueName>default</queueName>
<state>RUNNING</state>
<resourcesUsed>
<memory>0</memory>
<vCores>0</vCores>
</resourcesUsed>
<numActiveApplications>0</numActiveApplications>
<numPendingApplications>0</numPendingApplications>
<numContainers>0</numContainers>
<maxApplications>10000</maxApplications>
<maxApplicationsPerUser>10000</maxApplicationsPerUser>
<maxActiveApplications>7</maxActiveApplications>
<maxActiveApplicationsPerUser>7</maxActiveApplicationsPerUser>
<userLimit>100</userLimit>
<users/>
<userLimitFactor>1.0</userLimitFactor>
</queue>
</queues>
</schedulerInfo>
</scheduler>
{code}
> used/min/max resources do not display info in the scheduler page
> ----------------------------------------------------------------
>
> Key: YARN-1044
> URL: https://issues.apache.org/jira/browse/YARN-1044
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager, scheduler
> Affects Versions: 2.0.5-alpha
> Reporter: Sangjin Lee
> Priority: Minor
> Labels: newbie
> Attachments: screenshot.png, yarn-1044.patch
>
>
> Go to the scheduler page in RM, and click any queue to display the detailed
> info. You'll find that none of the resources entries (used, min, or max)
> would display values.
> It is because the values contain brackets ("<" and ">") and are not properly
> html-escaped.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira