split 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 ‘regionName’ # format: ‘tableName,startKey,id’
split ‘tableName’, ‘splitKey’
split ‘regionName’, ‘splitKey’
1条答案
按热度按时间yjghlzjz1#
您可以使用hbase“split”命令对表执行强制拆分。但是,似乎没有办法指定要拆分的区域数。
以下是来自hbase的信息: