Skip to content

Commit ed0d750

Browse files
authored
Fix tokenrange document (#259)
1 parent 7183e91 commit ed0d750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Each line above represents a partition-range (`min,max`). Alternatively, you can
9696
```
9797
./spark-submit --properties-file cdm.properties \
9898
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" \
99-
--conf spark.cdm.tokenRange.partitionFile="/<path-to-file>/<csv-input-filename>" \
99+
--conf spark.cdm.tokenrange.partitionFile="/<path-to-file>/<csv-input-filename>" \
100100
--master "local[*]" --driver-memory 25G --executor-memory 25G \
101101
--class com.datastax.cdm.job.<Migrate|DiffData> cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
102102
```

src/resources/cdm-detailed.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name
152152
# counter gets DELETEd. Should the .missing record be re-inserted before
153153
# the DELETE gets tombstoned, the counter will zombie back to life, and the
154154
# counter will become 5323+5323 = 10646.
155-
# spark.cdm.tokenRange
155+
# spark.cdm.tokenrange
156156
# .partitionFile : Default is "./<keyspace>.<tablename>_partitions.csv". Note, this file is used as
157157
# input as well as output when applicable. If the file exists, only the partition ranges
158158
# in this file will be Migrated or Validated. Similarly, if exceptions occur during

0 commit comments

Comments
 (0)