Skip to content

Commit 47a4a58

Browse files
authored
Sync to match CDM 4.1.12 release (#162)
Updated required Spark and Java pre-requisite version
1 parent c152aa1 commit 47a4a58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Use {cstar-data-migrator} to migrate and validate tables between Origin and Targ
55
[[cdm-prereqs]]
66
== {cstar-data-migrator} prerequisites
77

8-
* Install or switch to Java 8. The Spark binaries are compiled with this version of Java.
9-
* Install https://archive.apache.org/dist/spark/spark-3.4.1/[Spark 3.4.1^] on a single VM (no cluster necessary) where you want to run this job.
10-
* Optionally, install https://maven.apache.org/download.cgi[Maven^] 3.9.x, if you want to build the JAR for local development.
8+
* 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.
10+
* 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.1/spark-3.4.1-bin-hadoop3-scala2.13.tgz
16+
wget https://archive.apache.org/dist/spark/spark-3.4.2/spark-3.4.2-bin-hadoop3-scala2.13.tgz
1717
18-
tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
18+
tar -xvzf spark-3.4.2-bin-hadoop3-scala2.13.tgz
1919
----
2020

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

0 commit comments

Comments
 (0)