From 1dbbaf9a525f841f4cd855200d505f173f6f6b63 Mon Sep 17 00:00:00 2001 From: Madhavan Sridharan Date: Fri, 13 Dec 2024 10:55:32 -0500 Subject: [PATCH] Clarify Spark cluster mode requirement --- modules/ROOT/partials/cdm-prerequisites.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/cdm-prerequisites.adoc b/modules/ROOT/partials/cdm-prerequisites.adoc index c9a280a1..adf23e75 100644 --- a/modules/ROOT/partials/cdm-prerequisites.adoc +++ b/modules/ROOT/partials/cdm-prerequisites.adoc @@ -3,7 +3,7 @@ Read the prerequisites below before using the Cassandra Data Migrator. * Install or switch to Java 11. The Spark binaries are compiled with this version of Java. * Select a single VM to run this job and install https://archive.apache.org/dist/spark/spark-3.5.3/[Spark 3.5.3] there. -No cluster is necessary and is recommended for most one-time migrations however cluster mode is also supported for complex migrations. +No cluster is necessary for most one-time migrations however Spark cluster mode is also supported for complex migrations. * Optionally, install https://maven.apache.org/download.cgi[Maven] `3.9.x` if you want to build the JAR for local development. Run the following commands to install Apache Spark: