必要な数の領域で新しいテーブルを作成できます。その後、のコマンドを使用してテーブルにデータを入力する前に手動領域のバランスを取って、必要なサーバーに領域を配置します。それ
hbase(main):004:0> help move
Here is some help for this command:
Move a region. Optionally specify target regionserver else we choose one
at random. NOTE: You pass the encoded region name, not the region name so
this command is a little different to the others. The encoded region name
is the hash suffix on region names: e.g. if the region name were
TestTable,0094429456,1289497600452.527db22f95c8a9e0116f0cc13c680396. then
the encoded region name portion is 527db22f95c8a9e0116f0cc13c680396
A server name is its host, port plus startcode. For example:
host187.example.com,60020,1289493121758
Examples:
hbase> move 'ENCODED_REGIONNAME'
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
それとも、メソッドmoveを参照してください、これを行うためにHBaseAdminを使用しようとすることができますのヘルプを参照してください。