Enable MinIO for Apache Spark OLAC¶
Note
To support MinIo access check the dataserver should be configured with MinIO profile and deployed for more details refer to MinIO configuration.
To enable MinIO support for Apache Spark OLAC, ensure that the MinIO server is running and properly configured in the vars.dataserver.yml file before executing the build_spark_plugin.sh script, follow the steps below:
-
Navigate to the
~/privacera-oss-plugin/configfolder.Bash -
Update the
privacera_spark.propertiesfile as follow:Bash Note
- If the backend port for minio is set to 443 then don’t mention the port in any of the below configurations
-
Update the
privacera_spark.propertiesfile to include the minio endpoint configuration.Bash
- Prev topic: Advanced Configuration