You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Babiichuk (JIRA)" <ji...@apache.org> on 2015/04/20 13:22:59 UTC

[jira] [Commented] (AMBARI-10593) YARN CPU vCore values returned by not being shown in UI

    [ https://issues.apache.org/jira/browse/AMBARI-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502652#comment-14502652 ] 

Andrii Babiichuk commented on AMBARI-10593:
-------------------------------------------

+1 for the 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)