Skip to content

Commit

Permalink
Update docs (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit authored Nov 14, 2023
1 parent 093b596 commit af68d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Note:
- To run the job in Data validation mode, use class option `--class com.datastax.cdm.job.DiffData` as shown below

```
./spark-submit --properties-file cdm.properties /
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" /
--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 \
--class com.datastax.cdm.job.DiffData cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
```

Expand Down

0 comments on commit af68d32

Please sign in to comment.