Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Update spark-core, spark-mllib, spark-sql, ... to 3.3.0 #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object CloudflowNativeSparkPlugin extends AutoPlugin {
IO.write(sparkEntrypointSh, sparkEntrypointShContent)

val scalaVersion = (ThisProject / scalaBinaryVersion).value
val sparkVersion = "3.2.1"
val sparkVersion = "3.3.0"
val sparkHome = "/opt/spark"

val sparkTgz = s"spark-${sparkVersion}-bin-hadoop2.7.tgz"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val cloudflowVersion = "2.3.1-RC1"

val flinkVersion = "1.14.4"
val sparkVersion = "3.2.1"
val sparkVersion = "3.3.0"
val akka = "2.6.19"
val jackson = "2.12.6"
val fabric8 = "5.0.0"
Expand Down