Connector Guide - Apache Spark OLAC¶
This is the connector guide for using Apache Spark OLAC with Privacera. Make sure that the connector has been installed and configured correctly before proceeding with the instructions in this guide.
Make sure the appropriate modules and features are deployed and configured before using them.
Access Management¶
Topic | Description |
---|---|
Run Spark Session | Start Spark (shell, PySpark, or SQL) with JWT token passed as a config or from file for OLAC authentication. |
Run Spark Session with Executor | SSH into the driver pod and launch Spark with Kubernetes configs, JWT token, and executor settings. |
Run Spark Session with MinIO | Configure Spark session with JWT and S3A endpoint settings to access MinIO or mixed MinIO + S3 buckets. |
- Next topic: Access Management