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.