You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2010/05/13 06:36:43 UTC

[jira] Resolved: (HBASE-1035) Extend createTable to support initial region partitioning specification

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

Jonathan Gray resolved HBASE-1035.
----------------------------------

    Resolution: Duplicate

This was implemented over in HBASE-2473

> Extend createTable to support initial region partitioning specification
> -----------------------------------------------------------------------
>
>                 Key: HBASE-1035
>                 URL: https://issues.apache.org/jira/browse/HBASE-1035
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client, master
>            Reporter: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> Krzysztof Szlapinski up on the list would like the ability to split an empty table.
> Another way to look at this request is as an extension of HBaseAdmin.createTable and related HMaster functions to accept an array of HRI that will define the initial set of regions. Master should update META accordingly and assign the regions out to various regionservers even though the regions will have no store files at first. 
> {code}
> void createTable(HTableDescriptor desc, HRegionInfo[] initialRegions)
>     throws IllegalArgumentException, MasterNotRunningException, TableExistsException,
>       IOException
> {code}

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