Search code examples
google-cloud-bigtableazkaban

Can we use Azkaban with Google Cloud Bigtable?


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


Solution

  • 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.