From 6bdd1a96041257016bad58dd907773ed83c51e67 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 22 Jan 2026 14:48:39 +0100 Subject: [PATCH] Add note about unsupported S3Connection references --- docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc b/docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc index 009e4aba..af9d5a79 100644 --- a/docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc +++ b/docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc @@ -57,6 +57,7 @@ The connect server seems to ignore the `spark.eventLog` properties while also pr The following features are not supported by the Stackable Spark operator yet * Authorization and authentication. Currently, anyone with access to the Spark Connect service can run jobs. +* S3Connection references are not supported yet * Volumes and volume mounts can be added only with pod overrides. * Job dependencies must be provisioned as custom images or via `--packages` or `--jars` arguments.