Skip to content

Commit dd2a11c

Browse files
committed
CDM-88 Some docs updates
1 parent e721ebb commit dd2a11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ Each line above represents a partition-range (`min,max`). Alternatively, you can
9494

9595
```
9696
spark-submit --properties-file cdm.properties /
97-
--conf spark.cdm.schema.origin.keyspaceTable="test_ks.cat_promo" /
97+
--conf spark.cdm.schema.origin.keyspaceTable="<keyspace-name>.<table-name>" /
9898
--conf spark.tokenRange.partitionFile="/<path-to-file>.<csv-input-filename>" /
9999
--master "local[*]" /
100100
--class com.datastax.cdm.job.<Migrate|DiffData> cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
101101
```
102102
This mode is specifically useful to processes a subset of partition-ranges that may have failed during a previous run.
103103

104104
> **Note:**
105-
> A file named `./<keyspace>.<tablename>_partitions.csv` will be auto created by the Migration & Validation job in the above format containing any failed partition ranges. You can use this file as an input to process any failed partition in a following run.
105+
> A file named `./<keyspace>.<tablename>_partitions.csv` is auto generated by the Migration & Validation jobs in the above format containing any failed partition ranges. No file is created if there are no failed partitions. You can use this file as an input to process any failed partition in a following run.
106106
107107
# Perform large-field Guardrail violation checks
108108
- The tool can be used to identify large fields from a table that may break you cluster guardrails (e.g. AstraDB has a 10MB limit for a single large field) `--class com.datastax.cdm.job.GuardrailCheck` as shown below

0 commit comments

Comments
 (0)