You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/05/01 00:46:53 UTC

[jira] Commented: (HBASE-2473) Add to admin create table start and end key params and desired number of regions

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

stack commented on HBASE-2473:
------------------------------

This is interesting but looks right, safe:

+    Arrays.sort(splitKeys, Bytes.BYTES_COMPARATOR);

This is good too:

+    // Verify there are no duplicate split keys

These checks could have been done server-side?

+1 on applyting this patch.  Looks great.

> Add to admin create table start and end key params and desired number of regions
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-2473
>                 URL: https://issues.apache.org/jira/browse/HBASE-2473
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: stack
>            Assignee: Jonathan Gray
>             Fix For: 0.20.5, 0.21.0
>
>         Attachments: HBASE-2473-v1.patch
>
>
> This would be an adornment on create table that pre-creates N regions in the new table.  It came up yesterday at the hbase hackathon3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.