You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/04/09 02:41:18 UTC

[jira] [Updated] (AMBARI-5400) Inefficient default Map heap size values set by Ambari

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

Srimanth Gunturi updated AMBARI-5400:
-------------------------------------

    Attachment: AMBARI-5400.patch

Review at https://reviews.apache.org/r/20142/

> Inefficient default Map heap size values set by Ambari
> ------------------------------------------------------
>
>                 Key: AMBARI-5400
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5400
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.5.1
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.5.1
>
>         Attachments: AMBARI-5400.patch
>
>
> Currently Ambari calculates the number of containers per node, and the size of each container. This size is used to set the java heap size for Maps and Reduces.
> Ambari sets the Map heap size using the following formula - which is inefficient usage of resources.
> {code}
> map_memory = math.floor(container_ram / 2)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)