You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2015/05/02 02:35:07 UTC

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

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

Yusaku Sako updated AMBARI-10829:
---------------------------------
    Summary: ATS heapsize does not take effect  (was: YARN heapsize does not take effect)

> ATS 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, 2.0.1
>
>         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)