Skip to content

Commit

Permalink
Merge branch 'main' into issue-257
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinbhat authored Apr 10, 2024
2 parents 41c1fe7 + ed0d750 commit 15a06c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Each line above represents a partition-range (`min,max`). Alternatively, you can
```
./spark-submit --properties-file cdm.properties \
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" \
--conf spark.cdm.tokenRange.partitionFile="/<path-to-file>/<csv-input-filename>" \
--conf spark.cdm.tokenrange.partitionFile="/<path-to-file>/<csv-input-filename>" \
--master "local[*]" --driver-memory 25G --executor-memory 25G \
--class com.datastax.cdm.job.<Migrate|DiffData> cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
```
Expand Down
2 changes: 1 addition & 1 deletion src/resources/cdm-detailed.properties
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name
# counter gets DELETEd. Should the .missing record be re-inserted before
# the DELETE gets tombstoned, the counter will zombie back to life, and the
# counter will become 5323+5323 = 10646.
# spark.cdm.tokenRange
# spark.cdm.tokenrange
# .partitionFile : Default is "./<keyspace>.<tablename>_partitions.csv". Note, this file is used as
# input as well as output when applicable. If the file exists, only the partition ranges
# in this file will be Migrated or Validated. Similarly, if exceptions occur during
Expand Down

0 comments on commit 15a06c9

Please sign in to comment.