Skip to content

Commit ad9143d

Browse files
committed
docs: Add Spark fixes
1 parent 0305188 commit ad9143d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,15 @@ Fixed in https://github.com/stackabletech/hbase-operator/pull/716[hbase-operator
214214
The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` field instead of hard-coding the OPA package name to `nifi`.
215215
Fixed in https://github.com/stackabletech/nifi-operator/pull/881[nifi-operator#881].
216216

217+
===== Apache Spark
218+
219+
* Driver pods are now garbage collected when the spark application is finished.
220+
Previously, driver pods created by the submit job would be left hanging even after the job has been deleted.
221+
Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/649[spark-k8s-operator#649].
222+
* Fix application pod specifications when both the history server and the S3 connection reference the same SecretClass object.
223+
Previously this would lead to duplicate volume. With this release that duplication is removed.
224+
Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/655[spark-k8s-operator#655].
225+
217226

218227
==== Supported versions
219228

0 commit comments

Comments
 (0)