You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Joey Echeverria (JIRA)" <ji...@apache.org> on 2011/06/18 18:53:47 UTC

[jira] [Updated] (HBASE-4000) You can't specify split points when you create a table in the shell

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

Joey Echeverria updated HBASE-4000:
-----------------------------------

    Status: Patch Available  (was: Open)

> You can't specify split points when you create a table in the shell
> -------------------------------------------------------------------
>
>                 Key: HBASE-4000
>                 URL: https://issues.apache.org/jira/browse/HBASE-4000
>             Project: HBase
>          Issue Type: New Feature
>    Affects Versions: 0.90.3
>            Reporter: Joey Echeverria
>         Attachments: HBASE-4000-1.patch
>
>
> It would be nice to be able to specify split points when you create a table from the shell. This could be done by either passing split points in the shell:
> {noformat}
>   hbase> create 't1', 'f1', {SPLITS => ['01', '02', '03', '04']}
> {noformat}
> or by passing a file with split points in it:
> {noformat}
>   $ cat splits.txt
> 01
> 02
> 03 
> 04
>   hbase> create 't1', 'f1', {SPLIT_FILE => 'splits.txt'}
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira