Hi, I have Azure Hbase cluster and Databricks. I want to run jobs on Databricks that write data to Hbase.
To connect to Hbase I need to get Hbase-site.xml and have it in the classpath or env of a job.
Question: How can I run the Databricks job with an attached Hbase-site.xml file?
Previously I have used a spark-submit command that allows passing additional configs. I cannot find any documented way to do it.
Is there any other way to read config directly from Hbase cluster?
Thanks.