Spark Integration Hub K8s
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 22 | 12 Nov 2024 | |
3/stable | 20 | 08 Nov 2024 | |
3/candidate | 20 | 08 Nov 2024 | |
3/edge | 20 | 08 Nov 2024 |
juju deploy spark-integration-hub-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
add-config
Set a new configuration property to integration hub charm.
- Params
-
conf string
The desired Spark configuration you want to add (e.g., spark.app.name=demo-spark-app-overrides).
- Required
conf
-
clear-config
Clear the specified user-specified Spark configurations.
-
list-config
List all specified user-specified Spark configuration options.
-
remove-config
Remove a Spark configuration option based on the specified key.
- Params
-
key string
The key of the configuration option.
- Required
key