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:
parent
9f5175186f
commit
85fd591a19
|
@ -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
|
which a region server should use to determine the host name used by the
|
||||||
master for communication and display purposes.</description>
|
master for communication and display purposes.</description>
|
||||||
</property>
|
</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-->
|
<!--ZooKeeper configuration-->
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue