Deny Unsupported SQL Primitives by Default on EMR¶
Overview¶
Use this configuration to enable the deny-by-default mechanism for unsupported SQL Primitives in EMR Spark queries.
Configure¶
- 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.
Add EMR_SPARK_DENY_UNSUPPORTED_SQL_PRIMITIVES_ENABLED in EMR bootstrap action script to enable the Spark Plugin to Deny Unsupported SQL Primitives by Default.
privacera-emr-bootstrap-action-spark_fgac
- Prev topic: Advanced Configuration