Skip to content

Commit abbc2f0

Browse files
beajohnsonmsmygit
authored andcommitted
udpated spark version to 3.5.2 per Madhavan
1 parent 6428eaf commit abbc2f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/partials/cdm-prerequisites.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Read the prerequisites below before using the Cassandra Data Migrator.
22

33
* Install or switch to Java 11.
44
The Spark binaries are compiled with this version of Java.
5-
* Select a single VM to run this job and install https://archive.apache.org/dist/spark/spark-3.5.1/[Spark 3.5.1] there.
5+
* Select a single VM to run this job and install https://archive.apache.org/dist/spark/spark-3.5.2/[Spark 3.5.2] there.
66
No cluster is necessary.
77
* Optionally, install https://maven.apache.org/download.cgi[Maven] 3.9.x if you want to build the JAR for local development.
88
99
Run the following commands to install Apache Spark:
1010

1111
[source,bash]
1212
----
13-
wget https://archive.apache.org/dist/spark/spark-3.5.1/spark-3.5.1-bin-hadoop3-scala2.13.tgz
13+
wget https://archive.apache.org/dist/spark/spark-3.5.2/spark-3.5.2-bin-hadoop3-scala2.13.tgz
1414
15-
tar -xvzf spark-3.5.1-bin-hadoop3-scala2.13.tgz
15+
tar -xvzf spark-3.5.2-bin-hadoop3-scala2.13.tgz
1616
----

0 commit comments

Comments
 (0)