一、行業(yè)分享
分享1 阿里云 BDS-HBase
《HBase高效一鍵遷移的設(shè)計(jì)與實(shí)踐.pdf》
https://developer.aliyun.com/live/730
https://developer.aliyun.com/article/704972
https://developer.aliyun.com/article/704977
https://blog.csdn.net/u013411339/article/details/101185699
分享2 騰訊FIT
HBase金融大數(shù)據(jù)乾坤大挪移
https://www.jianshu.com/p/cb4a645dd66a
HBase跨機(jī)房遷移技術(shù)分享總結(jié)
https://www.jianshu.com/p/defc787b2704
dbaplus181期:騰訊金融HBase跨機(jī)房遷移實(shí)戰(zhàn)
https://m.qlchat.com/topic/details?topicId=2000003847589595
https://dbaplus.cn/activity-12-755-1.html
二、HBase 集群間數(shù)據(jù)遷移
https://blog.csdn.net/qq1010885678/article/details/51971154
https://github.com/ucarGroup/DataLink/wiki/2.2_HBase-Reader
使用HBase快照實(shí)現(xiàn)跨集群全量與增量數(shù)據(jù)遷移
https://cloud.tencent.com/developer/article/1078173
https://cloud.tencent.com/developer/article/1078240
https://www.cnblogs.com/ballwql/p/hbase_data_transfer.html
https://blog.51cto.com/u_16099287/7532521
https://bbs.huaweicloud.com/blogs/163290
https://blog.csdn.net/qq_26442553/article/details/134282334
https://blog.csdn.net/wypblog/article/details/108030883
https://www.slideshare.net/jmhsieh/apache-hbase-for-the-enterprise-stratahadoop-world-2012
使用distcp方式遷移數(shù)據(jù):
步驟1、使用distcp方式拷貝HDFS上的數(shù)據(jù):
格式:
hadoop distcp ${舊集群HBase表在HDFS上路徑} ${新集群HBase表在HDFS上路徑}
例如:
hadoop distcp hdfs://192.168.75.156:8020/hbase/data/default/SYSTEM.STATS hdfs://192.168.75.11:8020/hbase/data/default/SYSTEM.STATS
步驟2、然后執(zhí)行:
hbase hbck -fixMeta
hbase hbck -fixAssignments
即可把數(shù)據(jù)做HBase集群間遷移。
Snapshot
http://hbasefly.com/2017/09/17/hbase-snapshot/
https://hbase.apache.org/book.html#ops.snapshots
Replication
https://www.slideshare.net/cloudera/internals-session-7b
其他記錄
http://blog.cloudera.com/blog/2012/06/online-hbase-backups-with-copytable-2
https://blog.cloudera.com/introduction-to-apache-hbase-snapshots/
http://blog.cloudera.com/blog/2013/06/introduction-to-apache-hbase-snapshots-part-2-deeper-dive/
https://hbase.apache.org/book.html#casestudies文章來源:http://www.zghlxwxcb.cn/news/detail-795678.html
https://developer.aliyun.com/article/673235文章來源地址http://www.zghlxwxcb.cn/news/detail-795678.html
到了這里,關(guān)于HBase 復(fù)制、備份、遷移的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!