Skip to content

Commit fd85eef

Browse files
committed
bump versions
1 parent 4bbd685 commit fd85eef

15 files changed

+17
-16
lines changed

docs/modules/spark-k8s/examples/example-encapsulated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
version: "1.0"
88
sparkImage:
9-
productVersion: 3.3.0 # <1>
9+
productVersion: 3.5.0 # <1>
1010
mode: cluster
1111
mainClass: org.apache.spark.examples.SparkPi
1212
mainApplicationFile: /stackable/spark/examples/jars/spark-examples.jar # <2>

docs/modules/spark-k8s/examples/example-history-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
version: "1.0"
88
sparkImage:
9-
productVersion: 3.3.0
9+
productVersion: 3.5.0
1010
pullPolicy: IfNotPresent
1111
mode: cluster
1212
mainClass: org.apache.spark.examples.SparkPi

docs/modules/spark-k8s/examples/example-history-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: spark-history
66
spec:
77
image:
8-
productVersion: 3.3.0
8+
productVersion: 3.5.0
99
logFileDirectory: # <1>
1010
s3:
1111
prefix: eventlogs/ # <2>

docs/modules/spark-k8s/examples/example-sparkapp-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
version: "1.0"
99
sparkImage:
10-
productVersion: 3.3.0
10+
productVersion: 3.5.0
1111
mode: cluster
1212
mainApplicationFile: s3a://stackable-spark-k8s-jars/jobs/ny-tlc-report-1.1.0.jar # <3>
1313
mainClass: tech.stackable.demo.spark.NYTLCReport

docs/modules/spark-k8s/examples/example-sparkapp-external-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
version: "1.0"
99
sparkImage:
10-
productVersion: 3.3.0
10+
productVersion: 3.5.0
1111
mode: cluster
1212
mainApplicationFile: s3a://stackable-spark-k8s-jars/jobs/ny_tlc_report.py # <1>
1313
args:

docs/modules/spark-k8s/examples/example-sparkapp-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
version: "1.0"
99
image: docker.stackable.tech/stackable/ny-tlc-report:0.1.0 # <1>
1010
sparkImage:
11-
productVersion: 3.3.0
11+
productVersion: 3.5.0
1212
mode: cluster
1313
mainApplicationFile: local:///stackable/spark/jobs/ny_tlc_report.py # <2>
1414
args:

docs/modules/spark-k8s/examples/example-sparkapp-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
version: "1.0"
99
sparkImage:
10-
productVersion: 3.3.0
10+
productVersion: 3.5.0
1111
mode: cluster
1212
mainApplicationFile: s3a://stackable-spark-k8s-jars/jobs/ny-tlc-report-1.0-SNAPSHOT.jar # <1>
1313
mainClass: org.example.App # <2>

docs/modules/spark-k8s/examples/example-sparkapp-s3-private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
version: "1.0"
88
sparkImage:
9-
productVersion: 3.3.0
9+
productVersion: 3.5.0
1010
mode: cluster
1111
mainApplicationFile: s3a://my-bucket/spark-examples.jar # <1>
1212
mainClass: org.apache.spark.examples.SparkPi # <2>

docs/modules/spark-k8s/examples/example-sparkapp-streaming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
version: "1.0"
99
sparkImage:
10-
productVersion: 3.3.0
10+
productVersion: 3.5.0
1111
mode: cluster
1212
mainApplicationFile: local:///stackable/spark/examples/src/main/python/streaming/hdfs_wordcount.py
1313
args:

docs/modules/spark-k8s/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ metadata:
5959
spec:
6060
version: "1.0"
6161
sparkImage:
62-
productVersion: 3.3.0
62+
productVersion: 3.5.0
6363
mode: cluster
6464
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
6565
driver:

docs/modules/spark-k8s/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ metadata:
5959
spec:
6060
version: "1.0"
6161
sparkImage:
62-
productVersion: 3.3.0
62+
productVersion: 3.5.0
6363
mode: cluster
6464
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
6565
driver:

docs/modules/spark-k8s/pages/crd-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Below are listed the CRD fields that can be defined by the user:
2424
|User-supplied image containing spark-job dependencies that will be copied to the specified volume mount
2525

2626
|`spec.sparkImage`
27-
| Spark image which will be deployed to driver and executor pods, which must contain spark environment needed by the job e.g. `docker.stackable.tech/stackable/spark-k8s:3.3.0-stackable0.3.0`
27+
| Spark image which will be deployed to driver and executor pods, which must contain spark environment needed by the job e.g. `docker.stackable.tech/stackable/spark-k8s:3.5.0-stackable0.0.0-dev`
2828

2929
|`spec.sparkImagePullPolicy`
3030
| Optional Enum (one of `Always`, `IfNotPresent` or `Never`) that determines the pull policy of the spark job image

docs/modules/spark-k8s/pages/usage-guide/history-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For a role group of the Spark history server, you can specify: `configOverrides`
7676

7777
The `security.properties` file is used to configure JVM security properties. It is very seldom that users need to tweak any of these, but there is one use-case that stands out, and that users need to be aware of: the JVM DNS cache.
7878

79-
The JVM manages it's own cache of successfully resolved host names as well as a cache of host names that cannot be resolved. Some products of the Stackable platform are very sensible to the contents of these caches and their performance is heavily affected by them. As of version 3.4.0, Apache Spark may perform poorly if the positive cache is disabled. To cache resolved host names, and thus speeding up queries you can configure the TTL of entries in the positive cache like this:
79+
The JVM manages its own cache of successfully resolved host names as well as a cache of host names that cannot be resolved. Some products of the Stackable platform are very sensible to the contents of these caches and their performance is heavily affected by them. As of version 3.4.0, Apache Spark may perform poorly if the positive cache is disabled. To cache resolved host names, and thus speeding up queries you can configure the TTL of entries in the positive cache like this:
8080

8181
[source,yaml]
8282
----

docs/modules/spark-k8s/partials/supported-versions.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
// Stackable Platform documentation.
44
// Please sort the versions in descending order (newest first)
55

6-
- 3.4.0 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11)
7-
- 3.3.0 (Hadoop 3.3.3, Scala 2.12, Python 3.9, Java 11)
6+
- 3.5.0 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11)
7+
- 3.4.1 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11)
8+
- 3.4.0 (Hadoop 3.3.4, Scala 2.12, Python 3.11, Java 11) (deprecated)

rust/crd/src/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod test {
4747
name: spark-history
4848
spec:
4949
image:
50-
productVersion: 3.3.0
50+
productVersion: 3.5.0
5151
logFileDirectory:
5252
s3:
5353
prefix: eventlogs/

0 commit comments

Comments
 (0)