HBase 備份及恢復

2021-07-14 18:00:49 字數 426 閱讀 1678

注意事項:1.hbase版本需要保持一致,否則資料無法恢復

本方案使用export及import方法,還有其他方法可以實現,暫不涉及。

1.備份,以表為單位進行匯出

./bin/hbase org.apache.hadoop.hbase.mapreduce.export $table_name $dst_path
2.恢復

在新集群建立表,可以用describe從源集群獲取表schema

describe $table_name
匯入資料

./bin/hbase org.apache.hadoop.hbase.mapreduce.import $table_name $dst_path

hbase 備份及恢復

b 1,hbase自帶的備份恢復工具 b hbase org.apache.hadoop.hbase.mapreduce.export table1 home fred table1 hbase org.apache.hadoop.hbase.mapreduce.import table1 home...

hbase備份恢復

usage import options by default import will load data directly into hbase.to instead generate hfiles of data to prepare for a bulk data load,pass the ...

RMAN備份及恢復

rman備份 1 spfile和controlfile的自動備份 當configure controlfile autobackup off時,僅當備份system01.dbf時才會自動備份controlfile和spfile 當configure controlfile autobackup on...