hbase> disable ‘tableName‘ hbase> snapshot ‘tableName‘, ‘tableSnapshot‘ hbase> clone_snapshot ‘tableSnapshot‘, ‘newTableName‘ hbase> delete_snapshot ‘tableSnapshot‘ hbase> drop ‘tableName‘
hbase 修改表名
原文:http://www.cnblogs.com/weiqiang-liu/p/4583213.html