correct I can set the policy with SPLIT_POLICY => 'KeyPrefixRegionSplitPolicy' But I don't know how can set prefix lenght
Thanks Ted for your replay; I know I can specify the policy with SPLITALGO => ' KeyPrefixRegionSplitPolicy ' But I need the set the prefix length for that policy How can i do it ? -----Original Message----- From: Ted Yu [mailto:[email protected]] Sent: Thursday, February 13, 2014 6:57 PM To: [email protected] Subject: Re: hbase region server region split policy Here is a sample command from ruby/shell/commands/create.rb: hbase> # Optionally pre-split the table into NUMREGIONS, using hbase> # SPLITALGO ("HexStringSplit", "UniformSplit" or classname) hbase> create 't1', 'f1', {NUMREGIONS => 15, SPLITALGO => 'HexStringSplit'} See also: http://hbase.apache.org/book.html#arch.region.splits On Thu, Feb 13, 2014 at 8:43 AM, Mohamed Ghareb <[email protected]>wrote: > How can I create table with pre-splitting for 10 region with policy > (KeyPrefixRegionSplitPolicy) > From the "hbase shell" and how I can specify the prefix length for the > key prefix with the hbase shell. >
