[
https://issues.apache.org/jira/browse/HBASE-14069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629117#comment-14629117
]
Abhilash commented on HBASE-14069:
----------------------------------
No. It wont use any of the algorithms defined in RegionSplitter. Just simply
call splitRegion(regionName) for all regions one by one(the same function that
is called while manually splitting a region). It will keep splitting regions
unless we have given number of regions or all regions are less than a given
size(BFS kind of order).
> Add the ability for RegionSplitter to rolling split without using a
> SplitAlgorithm
> ----------------------------------------------------------------------------------
>
> Key: HBASE-14069
> URL: https://issues.apache.org/jira/browse/HBASE-14069
> Project: HBase
> Issue Type: New Feature
> Reporter: Elliott Clark
> Assignee: Abhilash
>
> RegionSplittler is the utility that can rolling split regions. It would be
> nice to be able to split regions and have the normal split points get
> computed for me so that I'm not reliant on knowing data distribution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)