Skip to content

Commit 20d94b0

Browse files
authored
Upgrade pre-requisites to use Spark 3.5.1 (#163)
1 parent 47a4a58 commit 20d94b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs-src/zdm-core/modules/migrate/pages/cassandra-data-migrator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Use {cstar-data-migrator} to migrate and validate tables between Origin and Targ
66
== {cstar-data-migrator} prerequisites
77

88
* Install or switch to Java 11. The Spark binaries are compiled with this version of Java.
9-
* Install https://archive.apache.org/dist/spark/spark-3.4.2/[Spark 3.4.2^] on a single VM (no cluster necessary) where you want to run this job.
9+
* Install https://archive.apache.org/dist/spark/spark-3.5.1/[Spark 3.5.1^] on a single VM (no cluster necessary) where you want to run this job.
1010
* Optionally, install https://maven.apache.org/download.cgi[Maven^] 3.9.x if you want to build the JAR for local development.
1111

1212
You can install Apache Spark by running the following commands:
1313

1414
[source,bash]
1515
----
16-
wget https://archive.apache.org/dist/spark/spark-3.4.2/spark-3.4.2-bin-hadoop3-scala2.13.tgz
16+
wget https://archive.apache.org/dist/spark/spark-3.5.1/spark-3.5.1-bin-hadoop3-scala2.13.tgz
1717
18-
tar -xvzf spark-3.4.2-bin-hadoop3-scala2.13.tgz
18+
tar -xvzf spark-3.5.1-bin-hadoop3-scala2.13.tgz
1919
----
2020

2121
[[cdm-install-as-container]]

0 commit comments

Comments
 (0)