[
https://issues.apache.org/jira/browse/AMBARI-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000653#comment-15000653
]
Hudson commented on AMBARI-13817:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #3811 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3811/])
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=d8bf840ce13be2ff8d9444ee4f2751e5d5fc2db3])
*
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)