Enable Iceberg in Apache Spark OLAC¶
To enable Iceberg support in Apache Spark OLAC, set the OSS_ICEBERG_ENABLE variable to true before running the build_privacera_plugin.sh script.
-
Navigate to the
privacera-oss-pluginplugin directory:Bash -
Open the
penv.shfile and update the following properties: -
After updating the configuration, follow the setup steps starting from the Generate Privacera Deployment File section in the Setup guide to rebuild the image, push it to the registry, and redeploy the Spark environment.
-
For information on how to use and validate Iceberg in Apache Spark, see the Using Iceberg with Apache Spark OLAC guide.
- Prev topic: Advanced Configuration