hbase表数据从本地导出到生产hbase

时间:2012-12-17 06:53:41

标签: hadoop hbase

我打算将数据从本地hbase导出到我的生产hbase表,这里我想将导出的数据附加到生产中。我怎样才能实现?我可以使用hbase export shell命令并在生产中导入吗?它会将数据附加到现有表吗? 有没有相同的工具?

$ bin/hbase org.apache.hadoop.hbase.mapreduce.Export <tablename> <outputdir> [<versions> [<starttime> [<endtime>]]]

$ bin/hbase org.apache.hadoop.hbase.mapreduce.Import <tablename> <inputdir>

1 个答案:

答案 0 :(得分:0)

查看copyTable

  

CopyTable是一个实用程序,可以将部分或全部表复制到同一个集群或另一个集群。