File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Read the prerequisites below before using the Cassandra Data Migrator.
2
2
3
3
* Install or switch to Java 11.
4
4
The Spark binaries are compiled with this version of Java.
5
- * Select a single VM to run this job and install https://archive.apache.org/dist/spark/spark-3.5.1 /[Spark 3.5.1 ] there.
5
+ * Select a single VM to run this job and install https://archive.apache.org/dist/spark/spark-3.5.2 /[Spark 3.5.2 ] there.
6
6
No cluster is necessary.
7
7
* Optionally, install https://maven.apache.org/download.cgi[Maven] 3.9.x if you want to build the JAR for local development.
8
8
9
9
Run the following commands to install Apache Spark:
10
10
11
11
[source,bash]
12
12
----
13
- wget https://archive.apache.org/dist/spark/spark-3.5.1 /spark-3.5.1 -bin-hadoop3-scala2.13.tgz
13
+ wget https://archive.apache.org/dist/spark/spark-3.5.2 /spark-3.5.2 -bin-hadoop3-scala2.13.tgz
14
14
15
- tar -xvzf spark-3.5.1 -bin-hadoop3-scala2.13.tgz
15
+ tar -xvzf spark-3.5.2 -bin-hadoop3-scala2.13.tgz
16
16
----
You can’t perform that action at this time.
0 commit comments