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

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

Oleg Nechiporenko created AMBARI-10593:
------------------------------------------

             Summary: 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


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)