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/e399cb4a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e399cb4a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e399cb4a

Branch: refs/heads/feature-branch-AMBARI-21307
Commit: e399cb4a9d3169f40eb98c1bd193597ca75f05ba
Parents: ca5fd78
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Fri Aug 25 13:59:43 2017 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Fri Aug 25 14:00:45 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/e399cb4a/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>

Reply via email to