Add link to nice blog post by our Enis on region split/merge into the region split section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43b5767f62
commit
7d0798be42
|
@ -1862,6 +1862,11 @@ rs.close();
|
|||
|
||||
<section xml:id="arch.region.splits">
|
||||
<title>Region Splits</title>
|
||||
<para>Regions split when they reach a configured threshold.
|
||||
Below we treat the topic in short. For a longer exposition,
|
||||
see <link xlink:href="http://hortonworks.com/blog/apache-hbase-region-splitting-and-merging/">Apache HBase Region Splitting and Merging</link>
|
||||
by our Enis Soztutar.
|
||||
</para>
|
||||
|
||||
<para>Splits run unaided on the RegionServer; i.e. the Master does not
|
||||
participate. The RegionServer splits a region, offlines the split
|
||||
|
|
Loading…
Reference in New Issue