Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubeflow/spark/backends/kubernetes/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
SPARK_APPLICATION_KIND = "SparkApplication"

# Default values; keep major.minor aligned with pyspark-connect in pyproject.toml
DEFAULT_SPARK_VERSION = "4.0.1"
DEFAULT_SPARK_IMAGE = "apache/spark:4.0.1"
DEFAULT_SPARK_VERSION = "4.0.4"
DEFAULT_SPARK_IMAGE = "apache/spark:4.0.4"
DEFAULT_NUM_EXECUTORS = 1 # Kind-friendly: 1 driver + 1 executor = 2 cores

# Minimal defaults for Kind / resource-constrained clusters (driver and executor)
Expand Down
Loading