运维网's Archiver
论坛
›
Hadoop
› hbase 表备份
wxin
发表于 2016-12-14 07:45:13
hbase 表备份
hbase自带的备份恢复工具
hbase org.apache.hadoop.hbase.mapreduce.Export 'table1' /home/fred/table1 (hdfs路径)
hbase org.apache.hadoop.hbase.mapreduce.Import 'table1' /home/fred/table1 (hdfs路径)
导入时必须先创建表结构。
页:
[1]
查看完整版本:
hbase 表备份