From 815e07204ed58c7d805b310bf0ede1bb0c08f92a Mon Sep 17 00:00:00 2001 From: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:41:57 -0500 Subject: [PATCH] Update modules/ROOT/partials/cdm-prerequisites.adoc --- 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 adf23e75..eaf3b74a 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 for most one-time migrations however Spark 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: