Skip to content

Commit 9d54f20

Browse files
committed
update readme and fix typo
1 parent 9dc1843 commit 9d54f20

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Experimental support for Spark Connect ([#539]).
10+
11+
[#539]: https://github.com/stackabletech/spark-k8s-operator/pull/539
12+
713
## [25.3.0] - 2025-03-21
814

915
### Added

Tiltfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ helm_crds, helm_non_crds = filter_yaml(
4141
kind = "^CustomResourceDefinition$",
4242
)
4343
k8s_yaml(helm_non_crds)
44-
45-
allow_k8s_contexts('default')

docs/modules/spark-k8s/pages/usage-guide/spark-connect.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include::example$example-spark-connect.yaml[]
2424
<5> Addition argument to be passed to the Spark Connect JVM. Do not use this to tweak heap settings. Use `spec.server.jvmOptions` instead.
2525
<6> A custom log4j configuration file to be used by the Spark Connect server. The config map must have an entry called `log4j.properties`.
2626
<7> Customize the driver properties in the `server` role. The number of cores here is not related to Kubernetes cores!
27-
<8> Customize `spark.executor.*` and `spark.kubernetes.executor.*` in the `executor` role.
27+
<8> Customize `spark.executor.\*` and `spark.kubernetes.executor.*` in the `executor` role.
2828

2929
== Notable Omissions
3030

0 commit comments

Comments
 (0)