We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e5b0 commit 9da653dCopy full SHA for 9da653d
consumers/spark/build.sbt
@@ -10,7 +10,7 @@ scalaVersion := "2.13.8"
10
11
libraryDependencies ++= Seq(
12
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
13
- "org.apache.spark" %% "spark-core" % "3.2.1",
+ "org.apache.spark" %% "spark-core" % "3.4.1",
14
"org.apache.spark" %% "spark-streaming" % "3.2.1",
15
"org.apache.spark" %% "spark-sql" % "3.2.1"
16
)
0 commit comments