Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60F4418E76 for ; Wed, 11 Nov 2015 16:50:11 +0000 (UTC) Received: (qmail 49743 invoked by uid 500); 11 Nov 2015 16:50:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 49681 invoked by uid 500); 11 Nov 2015 16:50:11 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 49597 invoked by uid 99); 11 Nov 2015 16:50:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 16:50:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0E97C2C1F5A for ; Wed, 11 Nov 2015 16:50:11 +0000 (UTC) Date: Wed, 11 Nov 2015 16:50:11 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-13817) HDP-2.3 does not have the ability to set heapsize for hive components MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)