[
https://issues.apache.org/jira/browse/HBASE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15873689#comment-15873689
]
Jan Hentschel commented on HBASE-13882:
---------------------------------------
The test failure is unrelated to the actual change.
> 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
> Assignee: Jan Hentschel
> Priority: Trivial
> Attachments: HBASE-13882.master.001.patch
>
>
> 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 typo 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}
> The link:
> http://hbase.apache.org/book.html#_custom_split_policies
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)