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

ATS heapsize does not take effect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.1, 2.1.0
    • ambari-server
    • None

    Description

      There's a parameter called "AppTimelineServer Java heap size" under YARN > Configs.
      Changing this does not affect the actual heap size used by AppTimeLineServer.
      No matter what the setting is, 1024MB is always used.

      This is because the yarn-env template has a bug.
      The following line:

      export YARN_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}}
      

      should be replaced with:

      export YARN_TIMELINESERVER_HEAPSIZE={{apptimelineserver_heapsize}}
      

      Attachments

        1. AMBARI-10829.patch
          14 kB
          Dmitry Lysnichenko

        Issue Links

          Activity

            People

              dmitriusan Dmitry Lysnichenko
              dmitriusan Dmitry Lysnichenko
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: