Enable S3 Table in Apache Spark OLAC¶
To enable S3 Table support in Apache Spark OLAC, set the OSS_S3_TABLE_ENABLE variable to true before executing 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 S3 Table in Apache Spark, see the Using S3 Table with Apache Spark OLAC guide.
- Next topic: Advanced Configuration