[
https://issues.apache.org/jira/browse/HBASE-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051623#comment-13051623
]
Hudson commented on HBASE-4000:
-------------------------------
Integrated in HBase-TRUNK #1978 (See
[https://builds.apache.org/job/HBase-TRUNK/1978/])
HBASE-4000 You can't specify split points when you create a table in the
shell
stack :
Files :
* /hbase/trunk/src/main/ruby/shell/commands/create.rb
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/ruby/hbase.rb
* /hbase/trunk/src/main/ruby/hbase/admin.rb
> 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
> Fix For: 0.92.0
>
> 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