Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experimental support for Spark 4 #453

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/modules/spark-k8s/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Stackable Platform documentation.
// Please sort the versions in descending order (newest first)

- 4.0.0-preview (Hadoop 3.4.0, Scala 2.13, Python 3.11, Java 17) (experimantal)

Check failure on line 6 in docs/modules/spark-k8s/partials/supported-versions.adoc

View workflow job for this annotation

GitHub Actions / misspell

[misspell] docs/modules/spark-k8s/partials/supported-versions.adoc#L6

"experimantal" is a misspelling of "experimental"
Raw output
./docs/modules/spark-k8s/partials/supported-versions.adoc:6:66: "experimantal" is a misspelling of "experimental"
- 3.5.1 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 17) (LTS)
- 3.4.3 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (deprecated)
- 3.4.2 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (deprecated)
12 changes: 6 additions & 6 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ dimensions:
- "false"
- name: spark
values:
- 3.4.2
- 3.4.3
- 3.5.1
# - 3.4.2
# - 3.4.3
# - 3.5.1
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
# - 3.5.1,docker.stackable.tech/sandbox/spark-k8s:3.5.1-stackable0.0.0-dev
- 4.0.0-preview1,docker.stackable.tech/sandbox/spark-k8s:4.0.0-preview1-stackable0.0.0-dev
- name: spark-delta-lake
values:
- 3.5.1
# - 3.5.1,docker.stackable.tech/sandbox/spark-k8s:3.5.1-stackable0.0.0-dev
# - 3.5.1
- 4.0.0-preview1,docker.stackable.tech/sandbox/spark-k8s:4.0.0-preview1-stackable0.0.0-dev
- name: ny-tlc-report
values:
- 0.2.0
Expand Down
Loading