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 0f034b4 commit 299533cCopy full SHA for 299533c
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.0",
14
"org.apache.spark" %% "spark-streaming" % "3.2.1",
15
"org.apache.spark" %% "spark-sql" % "3.2.1"
16
)
0 commit comments