You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/04/29 13:24:06 UTC

[jira] [Updated] (AMBARI-10829) YARN heapsize does not take effect

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

Dmitry Lysnichenko updated AMBARI-10829:
----------------------------------------
    Attachment: AMBARI-10829.patch

> YARN heapsize does not take effect
> ----------------------------------
>
>                 Key: AMBARI-10829
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10829
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-10829.patch
>
>
> 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: 
> {code}
> export YARN_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}}
> {code}
> should be replaced with:
> {code}
> export YARN_TIMELINESERVER_HEAPSIZE={{apptimelineserver_heapsize}}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)