Created 05-05-2016 07:17 AM
I want to take my hbase table backup and store it in S3. Which jar file should i use to do that?
I am using HDP 2.4 and i dont see hbase.jar
hadoop jar hbase.jar emr.hbase.backup.Main --restore --backup-dir s3://your-bucket/backup-hbase/j-XXXX'
Created 05-05-2016 07:26 AM
Look at Option 1 on below post.
https://community.hortonworks.com/questions/27312/hbase-shell-is-throwing-corruptedsnapshotexception...
View solution in original post
you can just use distcp https://community.hortonworks.com/questions/7165/how-to-copy-hdfs-file-to-aws-s3-bucket-hadoop-dist....