Skip to content

Commit 093b596

Browse files
committed
Update docs
1 parent 91ed289 commit 093b596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
3535
3. Run the below job using `spark-submit` command as shown below:
3636

3737
```
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 /
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 \
4141
--class com.datastax.cdm.job.Migrate cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
4242
```
4343

0 commit comments

Comments
 (0)