Skip to content

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:

  1. Navigate to the ~/privacera-oss-plugin/config folder.

    Bash
    cd ~/privacera-oss-plugin/config
    

  2. Update the privacera_spark.properties file as follow:

    Bash
    vi privacera_spark.properties
    

    Note

    • If the backend port for minio is set to 443 then don’t mention the port in any of the below configurations
  3. Update the privacera_spark.properties file to include the minio endpoint configuration.

    Bash
    privacera.signer.minio.endpoint=<MINIO_HOST>:<MINIO_PORT>
    

Comments