Skip to content

Commit

Permalink
Upgrade to Spark 3.5.2(kubeflow#2012) (kubeflow#2157)
Browse files Browse the repository at this point in the history
* Upgrade to Spark 3.5.2

Signed-off-by: HyukSangCho <[email protected]>

* Upgrade to Spark 3.5.2

Signed-off-by: HyukSangCho <[email protected]>

* Upgrade to Spark 3.5.2

Signed-off-by: HyukSangCho <[email protected]>

* Upgrade to Spark 3.5.2

Signed-off-by: HyukSangCho <[email protected]>

---------

Signed-off-by: HyukSangCho <[email protected]>
  • Loading branch information
ha2hi authored Sep 13, 2024
1 parent 6680f35 commit 9f0c08a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions examples/spark-pi-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ metadata:
spec:
type: Scala
mode: cluster
image: gcr.io/spark-operator/spark:v3.1.1-gcs-prometheus
image: {IMAGE_REGISTRY}/{IMAGE_REPOSITORY}/spark:3.5.2-gcs-prometheus
imagePullPolicy: Always
mainClass: org.apache.spark.examples.SparkPi
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1.jar
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.5.2.jar
arguments:
- "100000"
sparkVersion: 3.1.1
sparkVersion: 3.5.2
restartPolicy:
type: Never
driver:
cores: 1
memory: 512m
labels:
version: 3.1.1
version: 3.5.2
serviceAccount: spark-operator-spark
executor:
cores: 1
instances: 1
memory: 512m
labels:
version: 3.1.1
version: 3.5.2
monitoring:
exposeDriverMetrics: true
exposeExecutorMetrics: true
Expand Down
2 changes: 1 addition & 1 deletion spark-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v3.1.1
ARG SPARK_IMAGE=spark:3.5.2
FROM ${SPARK_IMAGE}

# Switch to user root so we can add additional jars and configuration files.
Expand Down

0 comments on commit 9f0c08a

Please sign in to comment.