Skip to content

Commit af68d32

Browse files
authored
Update docs (#217)
1 parent 093b596 commit af68d32

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
@@ -50,9 +50,9 @@ Note:
5050
- To run the job in Data validation mode, use class option `--class com.datastax.cdm.job.DiffData` as shown below
5151

5252
```
53-
./spark-submit --properties-file cdm.properties /
54-
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" /
55-
--master "local[*]" --driver-memory 25G --executor-memory 25G /
53+
./spark-submit --properties-file cdm.properties \
54+
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" \
55+
--master "local[*]" --driver-memory 25G --executor-memory 25G \
5656
--class com.datastax.cdm.job.DiffData cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
5757
```
5858

0 commit comments

Comments
 (0)