Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-5400

Inefficient default Map heap size values set by Ambari

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.1
    • 1.5.1
    • ambari-web
    • 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)
      

      Attachments

        1. AMBARI-5400.patch
          0.8 kB
          Srimanth Gunturi

        Activity

          People

            srimanth.gunturi Srimanth Gunturi
            srimanth.gunturi Srimanth Gunturi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: