Skip to content

Commit 476d0f1

Browse files
johnsmartcomsmygit
authored andcommitted
minor edits
1 parent 97ad6cc commit 476d0f1

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
@@ -93,9 +93,9 @@ Note:
9393
Each line above represents a partition-range (`min,max`). Alternatively, you can also pass the partition-file via command-line param as shown below
9494

9595
```
96-
spark-submit --properties-file cdm.properties /
96+
./spark-submit --properties-file cdm.properties /
9797
--conf spark.cdm.schema.origin.keyspaceTable="<keyspacename>.<tablename>" /
98-
--conf spark.tokenRange.partitionFile="/<path-to-file>/<csv-input-filename>" /
98+
--conf spark.cdm.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
```

0 commit comments

Comments
 (0)