Skip to content

Commit

Permalink
experimental support for Spark 4
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Aug 16, 2024
1 parent 696843a commit 0478237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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

0 comments on commit 0478237

Please sign in to comment.