Skip to content

Commit 3517b92

Browse files
updated version numbers in cassandra-data-migrator and development-infrastructure (#157)
1 parent a982d58 commit 3517b92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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
@@ -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 8. The Spark binaries are compiled with this version of Java.
9-
* Install https://archive.apache.org/dist/spark/spark-3.3.1/[Spark 3.3.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.8.x, if you want to build the JAR for local development.
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.
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.3.1/spark-3.3.1-bin-hadoop3.tgz
16+
wget https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3.tgz
1717
18-
tar -xvzf spark-3.3.1-bin-hadoop3.tgz
18+
tar -xvzf spark-3.4.1-bin-hadoop3.tgz
1919
----
2020

2121
[[cdm-install-as-container]]
@@ -38,7 +38,7 @@ Version 4.x of {cstar-data-migrator} is not backward-compatible with `*.properti
3838
[[cdm-build-jar-local]]
3939
== Build {cstar-data-migrator} JAR for local development (optional)
4040

41-
Optionally, you can build the {cstar-data-migrator} JAR for local development. (You'll need https://maven.apache.org/download.cgi[Maven^] 3.8.x.)
41+
Optionally, you can build the {cstar-data-migrator} JAR for local development. (You'll need https://maven.apache.org/download.cgi[Maven^] 3.9.x.)
4242

4343
Example:
4444

docs-src/zdm-core/modules/migrate/pages/deployment-infrastructure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We will use the term "machine" to indicate a cloud instance (on any cloud provid
4343
* 1-M machines to run either {dsbulk-migrator} or {cstar-data-migrator}.
4444
** It's recommended that you start with at least one VM with 16 vCPUs and 64GB RAM and a minimum of 200GB storage. Depending on the total amount of data that is planned for migration, more than one VM may be needed.
4545
** Requirements:
46-
*** Ubuntu Linux 18.04 or newer
46+
*** Ubuntu Linux 20.04 or newer, RedHat Family Linux 7 or newer
4747
*** 16 vCPUs
4848
*** 64GB RAM
4949
*** 200GB - 2TB storage (if you use dsbulk-migrator to unload multiple terabytes of data from origin, then load into target, you may need to consider more space to accommodate the data that needs to be staged)

0 commit comments

Comments
 (0)