hbase rename更改表名

 由于hbase中没有rename命令,因此更改表名比较复杂。shell 重命名主要经过hbase的快照功能。app 1.中止表继续插入spa  hbase shell>disable 'tableName'table 2。制做快照 hbase shell> snapshot 'tableName', 'tableSnapshot'im 3.克隆快照为新的名字 hbase shell> clone
相关文章
相关标签/搜索