Skip to content

Commit

Permalink
udpated spark version to 3.5.2 per Madhavan
Browse files Browse the repository at this point in the history
  • Loading branch information
beajohnson committed Aug 28, 2024
1 parent 4c41dff commit 6f6da25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/partials/cdm-prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Read the prerequisites below before using the Cassandra Data Migrator.

* Install or switch to Java 11.
The Spark binaries are compiled with this version of Java.
* 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.
* 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.
No cluster is necessary.
* Optionally, install https://maven.apache.org/download.cgi[Maven] 3.9.x if you want to build the JAR for local development.
Run the following commands to install Apache Spark:

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

0 comments on commit 6f6da25

Please sign in to comment.