Resolved! Databricks cluster Encryption keystore_password
How to set up this value? Is this any value we can provide or the default value we have to p#!/bin/bash keystore_file="/dbfs/<keystore_directory>/jetty_ssl_driver_keystore.jks" keystore_password="gb1gQqZ9ZIHS" sasl_secret=$(sha256sum $keystore_file...
- 6438 Views
- 7 replies
- 12 kudos
Latest Reply
Hi @karthick J please refer to this notebook.https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.htmlFurther, if you will be using %pip magic command the below post will be helpful.https://community.dat...
- 12 kudos