HBASE-10716 [Configuration]: hbase.regionserver.region.split.policy should be part of hbase-default.xml (Srikanth Srungarapu)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2014-03-10 23:43:57 +00:00
parent 9f5175186f
commit 85fd591a19
1 changed files with 9 additions and 0 deletions

View File

@ -277,6 +277,15 @@ possible configurations would overwhelm and obscure the important.
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>