Enable Distributor Plugin Support for EMR OLAC¶
The Distributor Plugin is a utility that is used to distribute JWT and Privacera Tokens from Spark Driver to the Executors. It is only supported for EMR OLAC Deployment using JWT.
Prerequisites
Make sure JWT Authentication is configured. Refer JWT Auth Configuration
- SSH to the instance where Privacera is installed.
- Run the following command to navigate to the /custom-vars directory.
Bash - Edit the vars.emr.yml file
Bash - Uncomment the below-mentioned flag to set its value to true.
Bash - Once the properties are updated, run below command to generate the plugin configurations:
- Follow the steps given here to deploy the EMR Cluster with changes.
- Prev topic: Advanced Configuration