Re: some questions about hbase pre-split

2016-08-01 Thread Ted Yu
For #1, please take a look at split.rb : Split entire table or pass a region to split individual region. With the second parameter, you can specify an explicit split key for the region. Examples: split 'tableName' split 'namespace:tableName' split 'regionName' # format: 'tableName,sta

some questions about hbase pre-split

2016-08-01 Thread Baichuan YANG
Hi all, Currently I am working on a data simulation project on which I need to store huge amount of data into one HBase table. I plan to pre-split the regions and disable auto-split, and here are my concerns; 1. Assume that originally I pre-split the table into 1000 regions. In the future if we ne

Re: hbase pre-split

2015-08-27 Thread Jean-Marc Spaggiari
: > You can refer to: > http://hbase.apache.org/book.html#arch.region.splits > > Cheers > > On Wed, Aug 26, 2015 at 6:38 PM, jackiehbaseuser > wrote: > > > > > Hi > > > > How many ways about hbase pre-split? > > > > thank u very much! > > > > Best regards! > > > > > > Jackie >

Re: hbase pre-split

2015-08-26 Thread Ted Yu
You can refer to: http://hbase.apache.org/book.html#arch.region.splits Cheers On Wed, Aug 26, 2015 at 6:38 PM, jackiehbaseuser wrote: > > Hi > > How many ways about hbase pre-split? > > thank u very much! > > Best regards! > > > Jackie

hbase pre-split

2015-08-26 Thread jackiehbaseuser
Hi How many ways about hbase pre-split? thank u very much! Best regards! Jackie