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.
>

Reply via email to