We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ed289 commit 093b596Copy full SHA for 093b596
README.md
@@ -35,9 +35,9 @@ tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
35
3. Run the below job using `spark-submit` command as shown below:
36
37
```
38
-./spark-submit --properties-file cdm.properties /
39
---conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" /
40
---master "local[*]" --driver-memory 25G --executor-memory 25G /
+./spark-submit --properties-file cdm.properties \
+--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" \
+--master "local[*]" --driver-memory 25G --executor-memory 25G \
41
--class com.datastax.cdm.job.Migrate cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
42
43
0 commit comments