标签:
hbase> disable ‘tableName‘
hbase> snapshot ‘tableName‘, ‘tableSnapshot‘
hbase> clone_snapshot ‘tableSnapshot‘, ‘newTableName‘
hbase> delete_snapshot ‘tableSnapshot‘
hbase> drop ‘tableName‘
标签:
原文地址:http://www.cnblogs.com/weiqiang-liu/p/4583213.html