Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
Description
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.
map_memory = math.floor(container_ram / 2)