We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ad6cc + 476d0f1 commit 83ec6c7Copy full SHA for 83ec6c7
README.md
@@ -93,9 +93,9 @@ Note:
93
Each line above represents a partition-range (`min,max`). Alternatively, you can also pass the partition-file via command-line param as shown below
94
95
```
96
-spark-submit --properties-file cdm.properties /
+./spark-submit --properties-file cdm.properties /
97
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" /
98
- --conf spark.tokenRange.partitionFile="/<path-to-file>/<csv-input-filename>" /
+ --conf spark.cdm.tokenRange.partitionFile="/<path-to-file>/<csv-input-filename>" /
99
--master "local[*]" /
100
--class com.datastax.cdm.job.<Migrate|DiffData> cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt
101
0 commit comments