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 A56E8200D10 for ; Fri, 25 Aug 2017 23:00:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3DFD16D3AA; Fri, 25 Aug 2017 21:00:10 +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 F205F16D3AB for ; Fri, 25 Aug 2017 23:00:09 +0200 (CEST) Received: (qmail 88328 invoked by uid 500); 25 Aug 2017 21:00:07 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 88319 invoked by uid 99); 25 Aug 2017 21:00:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2017 21:00:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88F76E08BE; Fri, 25 Aug 2017 21:00:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smohanty@apache.org To: commits@ambari.apache.org Message-Id: <2574eaf6605545258823ad367ea0ef00@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-18574. Set hbase.hregion.memstore.chunkpool.maxsize to 1.0 (Yao Lei via smohanty) Date: Fri, 25 Aug 2017 21:00:07 +0000 (UTC) archived-at: Fri, 25 Aug 2017 21:00:10 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.6 aff9629ae -> 7f0e6567c AMBARI-18574. Set hbase.hregion.memstore.chunkpool.maxsize to 1.0 (Yao Lei via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f0e6567 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7f0e6567 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7f0e6567 Branch: refs/heads/branch-2.6 Commit: 7f0e6567c1fcb32dc450f5c91b524d14468e7467 Parents: aff9629 Author: Sumit Mohanty Authored: Fri Aug 25 13:59:43 2017 -0700 Committer: Sumit Mohanty Committed: Fri Aug 25 13:59:43 2017 -0700 ---------------------------------------------------------------------- .../HDP/2.6/services/HBASE/configuration/hbase-site.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7f0e6567/ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml index 9b69913..7822081 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml @@ -48,4 +48,15 @@ + + hbase.hregion.memstore.chunkpool.maxsize + 1.0 + The percentage for memstore chunk pool (between 0 and 1.0). + + float + 0 + 1.0 + + +