I’m planning to eport data from local hbase to my production hbase table, here i want to append exported data in to production. How can i achieve? Can i use hbase export shell command and import in production? does it append data to existing table?
Are there any tools which does the same?
$ bin/hbase org.apache.hadoop.hbase.mapreduce.Export <tablename> <outputdir> [<versions> [<starttime> [<endtime>]]]
$ bin/hbase org.apache.hadoop.hbase.mapreduce.Import <tablename> <inputdir>
Look at copyTable