HBase truncate表后原本split的分区没有了,变成了1个region
>create 'ns1:raw_test', 'MT', SPLITS => ['10', '20', '30', '40', '50', '60', '70', '80', '90']
>truncate 'ns1:raw_test'
使用这个:
>truncate_preserve 'ns1:raw_test'
重建后还由原来的分区
HBase truncate表后原本split的分区没有了,变成了1个region
>create 'ns1:raw_test', 'MT', SPLITS => ['10', '20', '30', '40', '50', '60', '70', '80', '90']
>truncate 'ns1:raw_test'
使用这个:
>truncate_preserve 'ns1:raw_test'
重建后还由原来的分区