[
https://issues.apache.org/jira/browse/AMBARI-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Nechiporenko updated AMBARI-10593:
---------------------------------------
Attachment: AMBARI-10593.patch
> YARN CPU vCore values returned by not being shown in UI
> -------------------------------------------------------
>
> Key: AMBARI-10593
> URL: https://issues.apache.org/jira/browse/AMBARI-10593
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Fix For: 2.1.0
>
> Attachments: AMBARI-10593.patch, Screen Shot 2015-04-16 at 6.09.53
> PM.png
>
>
> The recommendations API returned the following recommendations
> {code}
> "yarn-site" : {
> "properties" : {
> "yarn.scheduler.minimum-allocation-mb" : "682",
> "yarn.scheduler.maximum-allocation-mb" : "2048",
> "yarn.nodemanager.resource.cpu-vcores" : "2",
> "yarn.nodemanager.resource.memory-mb" : "2048"
> },
> "property_attributes" : {
> "yarn.scheduler.minimum-allocation-vcores" : {
> "maximum" : "2"
> },
> "yarn.scheduler.maximum-allocation-vcores" : {
> "maximum" : "2"
> },
> "yarn.nodemanager.resource.memory-mb" : {
> "maximum" : "2887"
> },
> "yarn.scheduler.minimum-allocation-mb" : {
> "maximum" : "2048"
> },
> "yarn.nodemanager.resource.cpu-vcores" : {
> "maximum" : "4"
> },
> "yarn.scheduler.maximum-allocation-mb" : {
> "maximum" : "2048"
> }
> }
> {code}
> However the UI is not showing the min/max as given in the API (image attached)
> Also, when the value of {{yarn.nodemanager.resource.cpu-vcores}} is changed,
> the values of the 2 dependent configs is not updating.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)