Re: Export HBase snapshot to S3 creates empty root directory (prefix)

2016-05-04 Thread Lex Toumbourou
Thank you sooo much guys! I used s3n and that's fixed it. I will try s3a too. Thanks for much for that thread, Ted. On 5 May 2016 at 14:07, Ted Yu wrote: > Lex: > Please also see this thread about s3n versus s3a: > > http://search-hadoop.com/m/uOzYtE1Fy22eEWfe1&subj=Re+S3+Hadoop+FileSystems > >

Re: Export HBase snapshot to S3 creates empty root directory (prefix)

2016-05-04 Thread Ted Yu
Lex: Please also see this thread about s3n versus s3a: http://search-hadoop.com/m/uOzYtE1Fy22eEWfe1&subj=Re+S3+Hadoop+FileSystems On Wed, May 4, 2016 at 9:01 PM, Matteo Bertozzi wrote: > never seen that problem before, but a couple of suggestions you can try. > > Instead of the old s3 driver, y

Re: Export HBase snapshot to S3 creates empty root directory (prefix)

2016-05-04 Thread Matteo Bertozzi
never seen that problem before, but a couple of suggestions you can try. Instead of the old s3 driver, you can use s3n or s3a if you have it available (those are the ones I tested) and instead of using hbase.root dir use -copy-from ExportSnapshot -snapshot SNAPSHOT_NAME -copy-to s3a://BUCKET/NAME

Export HBase snapshot to S3 creates empty root directory (prefix)

2016-05-04 Thread Lex Toumbourou
Hi all, I'm having a couple of problems with exporting HBase snapshots to S3. I am running HBase version 1.2.0. I have a table called "domain" And I have created a snapshot for it: hbase(main):003:0> snapshot 'domain', 'domain-aws-test' 0 row(s) in 0.3310 seconds --- I am attempting to export