Can we use Azkaban with Google Cloud Bigtable?

145 Views Asked by At

Can we use Azkaban with Google Cloud Bigtable, as we do with Apache HBase?

1

There are 1 best solutions below

1
On BEST ANSWER

If we search for "hbase" in the Azkaban GitHub repo, it shows no results, which suggests that it does not link against HBase directly, but just schedules jobs. Thus, it should work just as well to schedule jobs with Bigtable backend as well.

If you do try it out, and run into any issues, please post specific questions with error logs so that we can help you further.