Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5D1DB200BE4 for ; Wed, 7 Dec 2016 02:34:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5B99A160B1B; Wed, 7 Dec 2016 01:34:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB1B4160B2A for ; Wed, 7 Dec 2016 02:33:59 +0100 (CET) Received: (qmail 74784 invoked by uid 500); 7 Dec 2016 01:33:58 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 74689 invoked by uid 99); 7 Dec 2016 01:33:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 01:33:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 854232C03DD for ; Wed, 7 Dec 2016 01:33:58 +0000 (UTC) Date: Wed, 7 Dec 2016 01:33:58 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-19116) Hive2/HiveServer2 (HSI) heap size calculation to be based on LLAP concurrency. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Dec 2016 01:34:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727338#comment-15727338 ] Hadoop QA commented on AMBARI-19116: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12842062/AMBARI-19116.patch against trunk revision . {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/9556//console This message is automatically generated. > Hive2/HiveServer2 (HSI) heap size calculation to be based on LLAP concurrency. > ------------------------------------------------------------------------------ > > Key: AMBARI-19116 > URL: https://issues.apache.org/jira/browse/AMBARI-19116 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.1 > Reporter: Swapan Shridhar > Assignee: Swapan Shridhar > Priority: Critical > Fix For: 2.5.0 > > Attachments: AMBARI-19116.patch > > > - Currently, hive2/HiveServer2 (HSI) heap size is ket same as that of hive/HiveServer2. > Required: > - Hive2/HiveServer2 (HSI) heap size calculations to be based on LLAP concurrency. > {code} > = min(max(2GB, 400*LLAP concurrency (Tez sessions)), 3/8 * ) > {code} > *Side fix:* Also, updated "hive.llap.daemon.queue.name" and "hive.server2.tez.default.queues" config values to one of the existing leaf queues, in case of HSI being turned on and config values have queue names which no more exist. The scenario can happen when, say : > - HSI was ON and the above 2 configs has queue name 'XYZ'. > - HSI was then turned off. > - Capacity Scheduler queues were changed and 'XYZ' queue was deleted. > - The above configs without this fix will otherwise show stale/non-existing queue name. -- This message was sent by Atlassian JIRA (v6.3.4#6332)