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:39:14 UTC

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

Srimanth Gunturi created AMBARI-5400:
----------------------------------------

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


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)