File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs-src/zdm-core/modules/migrate/pages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ Use {cstar-data-migrator} to migrate and validate tables between Origin and Targ
5
5
[[cdm-prereqs]]
6
6
== {cstar-data-migrator} prerequisites
7
7
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.
11
11
12
12
You can install Apache Spark by running the following commands:
13
13
14
14
[source,bash]
15
15
----
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
17
17
18
- tar -xvzf spark-3.4.1 -bin-hadoop3-scala2.13.tgz
18
+ tar -xvzf spark-3.4.2 -bin-hadoop3-scala2.13.tgz
19
19
----
20
20
21
21
[[cdm-install-as-container]]
You can’t perform that action at this time.
0 commit comments