You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2015/06/10 04:44:00 UTC

[jira] [Created] (HBASE-13882) Fix RegionSplitPolicy section in HBase book

Vladimir Rodionov created HBASE-13882:
-----------------------------------------

             Summary: Fix RegionSplitPolicy section in HBase book 
                 Key: HBASE-13882
                 URL: https://issues.apache.org/jira/browse/HBASE-13882
             Project: HBase
          Issue Type: Bug
          Components: documentation
            Reporter: Vladimir Rodionov
            Priority: Trivial


65.4.1. Custom Split Policies

The section starts with the following statement:
{quote}
ou can override the default split policy using a custom RegionSplitPolicy(HBase 0.94+). Typically a custom split policy should extend HBase’s default split policy: IncreasingToUpperBoundRegionSplitPolicy.
{quote}

There is type above as well.
Then if we scroll down a little bit:
{quote}
The default split policy can be overwritten using a custom RegionSplitPolicy(HBase 0.94+). Typically a custom split policy should extend HBase’s default split policy: ConstantSizeRegionSplitPolicy.
{quote}








--
This message was sent by Atlassian JIRA
(v6.3.4#6332)