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 <[email protected]> Authored: Fri Aug 25 13:59:43 2017 -0700 Committer: Sumit Mohanty <[email protected]> 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 @@ </description> <on-ambari-upgrade add="false"/> </property> + <property> + <name>hbase.hregion.memstore.chunkpool.maxsize</name> + <value>1.0</value> + <description>The percentage for memstore chunk pool (between 0 and 1.0).</description> + <value-attributes> + <type>float</type> + <minimum>0</minimum> + <maximum>1.0</maximum> + </value-attributes> + <on-ambari-upgrade add="false"/> + </property> </configuration>
