Enable Distributor Plugin Support for Databricks OLAC¶
The Distributor is a utility that is used to distribute JWT and Privacera Tokens from Spark Driver to the Executors. It is only supported for Databricks OLAC Deployment using JWT.
Prerequisites
Make sure JWT Auth is configured. Refer JWT Auth Configuration.
There are two ways to enable distributor plugin in DBX:
- Spark Config
- Cluster Policy
Spark Config¶
- Log in to the Databricks Web UI.
- Click on the Compute icon on the sidebar.
- To enable the Distributor Plugin Support, the property needs to be included in the spark configuration of the cluster.
- Once on the cluster configuration page, navigate to the Advanced Options section.
- Click on the section named
Spark. In the text box namedSpark Configinclude the below property:Bash - Start the cluster once above mentioned changes are done.
Cluster Policy¶
- Log in to Databricks Web UI.
- Click on the Compute icon on the sidebar.
- Click on the Policies tab.
- Edit the Policy that is attached to the cluster and, include the following JSON configuration:
- Save the Cluster Policy once above changes are done.
- Start the cluster with the policy attached to start using the Distributor Plugin.
- Prev topic: Advanced Configuration