cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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

User15986662700
New Contributor III
4 REPLIES 4

User15986662700
New Contributor III

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