Custom resource
SparkConnectServer
An Apache Spark Connect server component. This resource is managed by the Stackable operator for Apache Spark.
- API group
- spark.stackable.tech
- API versions in dev
- v1alpha1
- Scope
- Namespaced
- Operator
- Apache Spark
- Roles
- none
Schema
SparkConnectServer.spark.stackable.tech .spec fields for SDP dev.
Schema
- Specify which image to use, the easiest way is to only configure the
productVersion. You can also configure a custom image registry to pull from, as well as completely custom images. Consult the Product image selection documentation for details. - User provided command line arguments appended to the server entry point.
- Cluster operations properties, allow stopping the product instance as well as pausing reconciliation.
- One or more S3 connections to be used by the Spark Connect server.
- Spark Connect executor properties.
- A list of generic Kubernetes objects, which are merged into the objects that the operator creates. List entries are arbitrary YAML objects, which need to be valid Kubernetes objects. Read the Object overrides documentation for more information.
- A Spark Connect server definition.
- Name of the Vector aggregator discovery ConfigMap. It must contain the key
ADDRESSwith the address of the Vector aggregator.