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:
- Go to the Databricks cluster.
- Click the Edit button in cluster.
- Under the Advanced options navigate to the Spark tab.
- In the Spark config section, add the following Spark property to enable new:
Bash - Click the Confirm button to save the changes.
- Click Restart to restart the cluster.
- Prev topic: Advanced Configuration