File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs-src/zdm-core/modules/migrate/pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ Use {cstar-data-migrator} to migrate and validate tables between Origin and Targ
6
6
== {cstar-data-migrator} prerequisites
7
7
8
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.
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.
10
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.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
17
17
18
- tar -xvzf spark-3.4.2 -bin-hadoop3-scala2.13.tgz
18
+ tar -xvzf spark-3.5.1 -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