[ 
https://issues.apache.org/jira/browse/HBASE-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HBASE-4628:
-------------------------------

    Attachment: HBASE-4628.D411.1.patch

cgist requested code review of "HBASE-4628 [jira] Enhance Table Create Presplit 
Functionality within the HBase Shell".
Reviewers: nspiegelberg, JIRA

  [89-fb] Ported RegionSplitter and TestRegionSplitter from trunk

  The RegionSplitter is useful for creating a table pre-split
  into many regions, including two different algorithms for splitting
  keys. This also includes the patch for HBASE-4627.

  Currently, we allow the user to presplit in the HBase shell by explicitly 
listing the startkey of all the region shards that they want.  Instead, we 
should provide the RegionSplitter functionality of choosing a split algorithm, 
followed by the number of splits that they want.

TEST PLAN
  The TestRegionSplitter test suite.

REVISION DETAIL
  https://reviews.facebook.net/D411

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/util/Bytes.java
  src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java
  src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitter.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/831/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Enhance Table Create Presplit Functionality within the HBase Shell
> ------------------------------------------------------------------
>
>                 Key: HBASE-4628
>                 URL: https://issues.apache.org/jira/browse/HBASE-4628
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>         Attachments: HBASE-4628.D411.1.patch
>
>
> Currently, we allow the user to presplit in the HBase shell by explicitly 
> listing the startkey of all the region shards that they want.  Instead, we 
> should provide the RegionSplitter functionality of choosing a split 
> algorithm, followed by the number of splits that they want.

--
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