How to integrate Databricks and Spark to Secure HBase cluster with Kerberos?

User15986662700
Databricks Employee
Databricks Employee

User15986662700
Databricks Employee
Databricks Employee

Yes, it is possible to connect databricks to a kerberized hbase cluster. The attached article explains the steps. It consists of setting up a kerberos client using a keytab in the cluster nodes, installing the hbase-spark integration library, and setting up spark configs to authenticate using kerberos.

Also attached sample notebooks to create the config files and perform read/write tests.

Notebook 1 - Read/Write tests

Hello, can you provide the article and sample notebooks as you mentioned in your response

Notebook 2 - Create config files