You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2014/03/11 00:44:01 UTC

svn commit: r1576132 - /hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml

Author: jmhsieh
Date: Mon Mar 10 23:44:00 2014
New Revision: 1576132

URL: http://svn.apache.org/r1576132
Log:
HBASE-10716 [Configuration]: hbase.regionserver.region.split.policy should be part of hbase-default.xml (Srikanth Srungarapu)

Modified:
    hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml?rev=1576132&r1=1576131&r2=1576132&view=diff
==============================================================================
--- hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml Mon Mar 10 23:44:00 2014
@@ -278,6 +278,15 @@ possible configurations would overwhelm 
       which a region server should use to determine the host name used by the
       master for communication and display purposes.</description>
   </property>
+  <property>
+    <name>hbase.regionserver.region.split.policy</name>
+    <value>org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy</value>
+    <description>
+      A split policy determines when a region should be split. The various other split policies that
+      are available currently are ConstantSizeRegionSplitPolicy, DisabledRegionSplitPolicy, 
+      DelimitedKeyPrefixRegionSplitPolicy, KeyPrefixRegionSplitPolicy etc.  
+    </description>
+  </property>
 
   <!--ZooKeeper configuration-->
   <property>