Re: Loading data from S3

2012-08-08 Thread Mohammad Tariq
Why all the unsubscription requests are coming to this address?? Regards, Mohammad Tariq On Wed, Aug 8, 2012 at 9:08 PM, Wil Moore III wrote: > unsubscribe

Re: Loading data from S3

2012-08-08 Thread Wil Moore III
unsubscribe

Re: Loading data from S3

2012-08-08 Thread prem yadav
I have used the tool Hbackup from https://github.com/urbanairship/hbackup I will look into S3distcp. The name suggests ot should be sufficient for me to load the data. However I have a more generic question. How do people who backup the Hbase data tables to S3 test the restore. My backup ran for

Re: Loading data from S3

2012-08-08 Thread Dan Young
Have you looked into s3distcp ? Regards , Dano On Aug 8, 2012 7:21 AM, "prem yadav" wrote: > Hi, > I recently used a backup tool to back up all my HDFS data to S3. The data > is on S3 in multiparts. > I need to test the restore now. Could you please give me some pointers on > how to test this.