Enable Iceberg for AWS EMR¶
To enable Iceberg support for AWS EMR, set the EMR_SPARK_ICEBERG_ENABLE to true.
-
SSH to the instance where Privacera is installed.
-
Navigate to the
custom-varsplugin directory:Bash -
Open the
penv.shfile and update the following properties: -
After updating the configuration, follow the setup steps starting from the Create EMR Cluster for triggering an EMR cluster.
-
For information on how to use and validate Iceberg in AWS EMR, see the Using Iceberg with AWS EMR guide.
To enable Iceberg support for AWS EMR, set the SPARK_ICEBERG_ENABLE to true.
-
To enable Iceberg support for EMR Spark, update the
BootstrapActionsconfiguration in emr template as shown below. Then, create a new emr cluster with this template:privacera-emr-bootstrap-actions-iceberg-lake
-
Add the following Iceberg classification to the EMR template to enable Iceberg support
-
After updating the configuration, follow the setup steps starting from the Create EMR Cluster for triggering an EMR cluster.
-
For information on how to use and validate Iceberg in AWS EMR, see the Using Iceberg with AWS EMR guide.
- Prev topic: Advanced Configuration