You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Swapan Shridhar (JIRA)" <ji...@apache.org> on 2016/06/21 09:26:58 UTC

[jira] [Updated] (AMBARI-17331) Determine Tez for Hive2 config 'tez.am.resource.memory.mb' based on cluster capacity.

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

Swapan Shridhar updated AMBARI-17331:
-------------------------------------
    Attachment: AMBARI-17331.patch

> Determine Tez for Hive2 config 'tez.am.resource.memory.mb' based on cluster capacity.
> -------------------------------------------------------------------------------------
>
>                 Key: AMBARI-17331
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17331
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Swapan Shridhar
>         Attachments: AMBARI-17331.patch
>
>
> The current computations done for tez ends up with a large AM size.
> For LLAP, we'd like stack-advisor to change these computations.
> - TotalClusterMem <=4GB - AM size = normalizeUpMinContainerSize(256MB)
> - TotalClusterMem >4GB && <= 72GB- AM size = normalizeUpMinContainerSize(512MB)
> - TotalClusterMem >72GB - AM size = normalizeUpMinContainerSize(1536MB)



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