[
https://issues.apache.org/jira/browse/AMBARI-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000745#comment-15000745
]
Hudson commented on AMBARI-13817:
---------------------------------
ABORTED: Integrated in Ambari-branch-2.1 #839 (See
[https://builds.apache.org/job/Ambari-branch-2.1/839/])
AMBARI-13817 HDP-2.3 does not have the ability to set heapsize for hive (dsen:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ee17513235e41847c8b52f807429959b5e14dbd7])
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog213Test.java
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog213.java
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
> 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)