You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jaimin D Jetly (JIRA)" <ji...@apache.org> on 2013/08/15 04:04:48 UTC

[jira] [Updated] (AMBARI-2906) Add support for the following global config parameters for Yarn

     [ https://issues.apache.org/jira/browse/AMBARI-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaimin D Jetly updated AMBARI-2906:
-----------------------------------

    Description: 
Patch adds support for the following three global variables:
{noformat}
          "name": "yarn_heapsize",
          "displayName": "Yarn Java heap size",
          "description": "Max heapsize for all YARN components",
          "defaultValue": "1024",
          "displayType": "int",
          "unit": "MB",
          "domain": "global",
          "serviceName": "YARN",

          "name": "nodemanager_heapsize",
          "displayName": "NodeManager Java heap size",
          "description": "Max heapsize for NodeManager",
          "defaultValue": "1024",
          "displayType": "int",
          "unit": "MB",
          "domain": "global",
          "serviceName": "YARN",
          "category": "NodeManager",

          "name": "resourcemanager_heapsize",
          "displayName": "ResourceManager Java heap size",
          "description": "Max heapsize for ResourceManager",
          "defaultValue": "1024",
          "displayType": "int",
          "unit": "MB",
          "domain": "global",
          "serviceName": "YARN",
          "category": "ResourceManager",
{noformat}

The output expected in the site-pp is
$yarn_heapsize = '1024'
$resourcemanager_heapsize = '1024'
$nodemanager_heapsize = '1024'

    
> Add support for the following global config parameters for Yarn
> ---------------------------------------------------------------
>
>                 Key: AMBARI-2906
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2906
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.0
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.4.0
>
>
> Patch adds support for the following three global variables:
> {noformat}
>           "name": "yarn_heapsize",
>           "displayName": "Yarn Java heap size",
>           "description": "Max heapsize for all YARN components",
>           "defaultValue": "1024",
>           "displayType": "int",
>           "unit": "MB",
>           "domain": "global",
>           "serviceName": "YARN",
>           "name": "nodemanager_heapsize",
>           "displayName": "NodeManager Java heap size",
>           "description": "Max heapsize for NodeManager",
>           "defaultValue": "1024",
>           "displayType": "int",
>           "unit": "MB",
>           "domain": "global",
>           "serviceName": "YARN",
>           "category": "NodeManager",
>           "name": "resourcemanager_heapsize",
>           "displayName": "ResourceManager Java heap size",
>           "description": "Max heapsize for ResourceManager",
>           "defaultValue": "1024",
>           "displayType": "int",
>           "unit": "MB",
>           "domain": "global",
>           "serviceName": "YARN",
>           "category": "ResourceManager",
> {noformat}
> The output expected in the site-pp is
> $yarn_heapsize = '1024'
> $resourcemanager_heapsize = '1024'
> $nodemanager_heapsize = '1024'

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