Repository: hbase
Updated Branches:
  refs/heads/master fc5dc6282 -> a899659b1


HBASE-19090 Add config 'hbase.systemtables.compacting.memstore.type' to
hbase-default.xml


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a899659b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a899659b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a899659b

Branch: refs/heads/master
Commit: a899659b1601de831328a108b4c4ba031aa89f5a
Parents: fc5dc628
Author: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Authored: Thu Oct 26 12:40:55 2017 +0530
Committer: Ramkrishna <ramkrishna.s.vasude...@intel.com>
Committed: Thu Oct 26 12:42:25 2017 +0530

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a899659b/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml 
b/hbase-common/src/main/resources/hbase-default.xml
index 5d0b0f4..79af2d1 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -305,6 +305,13 @@ possible configurations would overwhelm and obscure the 
important.
       honor the old hbase.regionserver.global.memstore.lowerLimit property if 
present.</description>
   </property>
   <property>
+    <name>hbase.systemtables.compacting.memstore.type</name>
+    <value>NONE</value>
+    <description>Determines the type of memstore to be used for system tables 
like META, namespace tables etc.
+    By default NONE is the type and hence we use the default memstore for all 
the system tables. If we
+    need to use compacting memstore for system tables then set this property 
to BASIC/EAGER</description>
+  </property>
+  <property>
     <name>hbase.regionserver.optionalcacheflushinterval</name>
     <value>3600000</value>
     <description>

Reply via email to