Skip to content

Configuring Enhanced Extension in Databricks Clusters with FGAC

Databricks Runtime Version 15.4 and above include Enhanced Extension enabled by default, offering enhanced access control and security.

For Databricks Runtime versions earlier than 15.4 LTS, the Enhanced Extension is not enabled by default. This Extension can be manually enabled by following the steps outlined below:

  1. Go to the Databricks cluster.
  2. Click the Edit button in cluster.
  3. Under the Advanced options navigate to the Spark tab.
  4. In the Spark config section, add the following Spark property to enable new:
    Bash
    spark.hadoop.privacera.spark.use.updated.extension true
    
  5. Click the Confirm button to save the changes.
  6. Click Restart to restart the cluster.

Comments