You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.11.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ See https://github.com/stackabletech/nifi-operator/issues/812[nifi-operator#812]
74
74
75
75
===== Apache Spark
76
76
77
-
* The service account of spark applications can now be overridden with pod overrides.
78
-
Previously, the application service account was passed as command line argument to spark-submit and it was therefore not possible to overwrite it with pod overrides for the driver and executors.
79
-
This CLI argument has now been moved to the pod templates of the individual roles.
77
+
* The ServiceAccount of spark applications can now be overridden with `podOverrides`.
78
+
Previously, the application ServiceAccount was passed as command line argument to spark-submit and it was therefore not possible to overwrite it with `podOverrides` for the driver and executors.
79
+
This CLI argument has now been moved to the Pod templates of the individual roles.
80
80
See https://github.com/stackabletech/spark-k8s-operator/pull/617[spark-k8s-operator#617].
81
81
* This release adds experimental support for Spark 4.0.1.
82
82
The support is marked as experimental because Spark 4.0.1 has known compatibility issues with https://github.com/apache/hbase-connectors/pull/130[Apache HBase] and https://github.com/apache/iceberg/issues/13358[Apache Iceberg].
0 commit comments