概述
14. hbase 更改表名
1.停止表继续插入
hbase shell>disable 'tableName'
hbase(main):089:0> disable 'member'
2。制作快照
hbase shell> snapshot 'tableName', 'tableSnapshot'
hbase(main):090:0> snapshot 'member','tablesnapshot'
3.克隆快照为新的名字
hbase shell> clone_snapshot 'tableSnapshot', 'newTableName'
hbase(main):091:0> clone_snapshot 'tablesnapshot','member2'
4.删除快照
hbase shell> delete_snapshot 'tableSnapshot'
hbase(main):095:0> delete_snapshot 'tablesnapshot'
5.删除原来表
hbase shell> drop 'tableName'
hbase(main):096:0> drop 'member'
最后
以上就是霸气学姐为你收集整理的14. hbase 更改表名的全部内容,希望文章能够帮你解决14. hbase 更改表名所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复