You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2015/11/10 17:23:11 UTC

[jira] [Updated] (AMBARI-13817) HDP-2.3 does not have the ability to set heapsize for hive components

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

Dmytro Sen updated AMBARI-13817:
--------------------------------
    Attachment: AMBARI-13817.patch

> HDP-2.3 does not have the ability to set heapsize for hive components
> ---------------------------------------------------------------------
>
>                 Key: AMBARI-13817
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13817
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 2.1.2
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13817.patch
>
>
> It could be as simple as making sure that ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml has the same changes as in the 2.2. version (ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml).
> Specifically the missing parts are:
> {code}
> export SERVICE=$SERVICE
> if [ "$SERVICE" = "metastore" ]; then
>   export HADOOP_HEAPSIZE="{{hive_metastore_heapsize}}"
> else
>   export HADOOP_HEAPSIZE="{{hive_heapsize}}"
> fi
> {code}



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