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/21 16:39:58 UTC

[jira] [Created] (AMBARI-10629) 'dtnode_heapsize' maximum not being used by the widget

Andrii Babiichuk created AMBARI-10629:
-----------------------------------------

             Summary: 'dtnode_heapsize' maximum not being used by the widget
                 Key: AMBARI-10629
                 URL: https://issues.apache.org/jira/browse/AMBARI-10629
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.1.0
            Reporter: Andrii Babiichuk
            Assignee: Andrii Babiichuk
             Fix For: 2.1.0


The API returns the following maximum size for 'dtnode_heapsize':
{code}
            "hadoop-env": {
              "properties": {
                "namenode_heapsize": "1024",
                "namenode_opt_maxnewsize": "256",
                "namenode_opt_newsize": "256"
              },
              "property_attributes": {
                "namenode_heapsize": {
                  "maximum": "2887"
                },
                "dtnode_heapsize": {
                  "maximum": "2887"
                }
              }
            },
{code}

Even though API says maximum is ~2.8GB, UI sets the maximum as 26.2GB.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)