[ 
https://issues.apache.org/jira/browse/HBASE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131947#comment-13131947
 ] 

Nicolas Spiegelberg commented on HBASE-1183:
--------------------------------------------

@jgray: I saw your comment on the prepend on this JIRA @ 03/Feb/09.  I was 
looking at the split code to analyze binary split versus hex-string split for 
the RegionSplitter code.  I thought the {1,0} looked unnecessary since you 
prepend it to A & B then issue C=A-B.  I just wanted to get clarification in 
case this is ever refactored, low priority.
                
> New MR splitting algorithm and other new features need a way to split a key 
> range in N chunks
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1183
>                 URL: https://issues.apache.org/jira/browse/HBASE-1183
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: hbase-1183-v1.patch, hbase-1183-v2.patch, 
> hbase-1183-v3.patch, hbase-1183-v4.patch
>
>
> For HBASE-1172 and other functionality coming soon, we need to be able to 
> take a [start,stop) range and divide it into chunks.
> For example, we have 10 regions but want to run 30 maps.  We need to divide 
> each region into three key ranges for the start/stop of each scanner.
> Implementing using java.math.BigInteger
> Will also include a couple additional helpers in Bytes to make life easy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to