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

Hudson commented on HBASE-4628:
-------------------------------

Integrated in HBase-TRUNK #2453 (See 
[https://builds.apache.org/job/HBase-TRUNK/2453/])
    HBASE-4628 [jira] Enhance Table Create Presplit Functionality within the 
HBase
Shell

Summary:
HBase shell can algorithmically split a new table at creation

This change adds optional arguments to the HBase shell's create command
to split a table into a specified number of regions using a specified
splitting algorithm as defined by RegionSplitter.

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:
Created tables with and without splits using the shell; also attampted
to give incorrect arguments to shell create command.

Reviewers: nspiegelberg, JIRA

Reviewed By: nspiegelberg

CC: nspiegelberg, lhofhansl

Differential Revision: 429

kannan : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java
* /hbase/trunk/src/main/ruby/hbase.rb
* /hbase/trunk/src/main/ruby/hbase/admin.rb
* /hbase/trunk/src/main/ruby/shell/commands/create.rb

                
> 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
>             Fix For: 0.94.0
>
>         Attachments: HBASE-4628.D411.1.patch, HBASE-4628.D417.1.patch, 
> HBASE-4628.D417.2.patch, HBASE-4628.D429.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