4
votes

How to export HBase table from Cloud Bigtable to AWS EMR?

I know there's an official way to use Google Cloud Dataflow runner for exporting HBase tables to Google Storage. But the exported file is somehow encoded that I have no way to use it except using Google Cloud Dataflow runner to import these file back to its Cloud Bigtable.

1

1 Answers

4
votes

The Cloud Bigtable sequence files should be compatible with the HBase sequence file importer.