@@ -44,7 +44,7 @@ Note: Above command also generates a log file `logfile_name.txt` to avoid log ou
44
44
- Validation job will report differences as “ERRORS” in the log file as shown below
45
45
46
46
```
47
- 22/09/27 11:21:24 ERROR DiffJobSession: Data mismatch found - Key: ek-1 %% mn1 %% c1 %% true Data: (Index: 4 Source : 30 Astra : 20 )
47
+ 22/09/27 11:21:24 ERROR DiffJobSession: Data mismatch found - Key: ek-1 %% mn1 %% c1 %% true Data: (Index: 4 Origin : 30 Target : 20 )
48
48
22/09/27 11:21:24 ERROR DiffJobSession: Corrected mismatch data in Astra: ek-1 %% mn1 %% c1 %% true
49
49
22/09/27 11:21:24 ERROR DiffJobSession: Data is missing in Astra: ek-2 %% mn2 %% c2 %% true
50
50
22/09/27 11:21:24 ERROR DiffJobSession: Corrected missing data in Astra: ek-2 %% mn2 %% c2 %% true
@@ -53,13 +53,13 @@ Note: Above command also generates a log file `logfile_name.txt` to avoid log ou
53
53
- Please grep for all ` ERROR ` from the output log files to get the list of missing and mismatched records.
54
54
- Note that it lists differences by partition key values.
55
55
- The Validation job can also be run in an AutoCorrect mode. This mode can
56
- - Add any missing records from source to target
57
- - Fix any inconsistencies between source and target (makes target same as source ).
56
+ - Add any missing records from origin to target
57
+ - Fix any inconsistencies between origin and target (makes target same as origin ).
58
58
- Enable/disable this feature using one or both of the below setting in the config file
59
59
60
60
```
61
- spark.destination .autocorrect.missing true|false
62
- spark.destination.autocorrect.mismatch true|false
61
+ spark.target .autocorrect.mismatch true|false
62
+ spark.target.custom.writeTime true|false
63
63
```
64
64
65
65
# Migrating specific partition ranges
@@ -83,8 +83,8 @@ This mode is specifically useful to processes a subset of partition-ranges that
83
83
- [ Counter tables] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_using/useCountersConcept.html )
84
84
- Preserve [ writetimes] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/cql_commands/cqlSelect.html#cqlSelect__retrieving-the-datetime-a-write-occurred-p ) and [ TTL] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/cql_commands/cqlSelect.html#cqlSelect__ref-select-ttl-p )
85
85
- Advanced DataTypes ([ Sets] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__set ) , [ Lists] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__list ) , [ Maps] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__map ) , [ UDTs] ( https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__udt ) )
86
- - Filter records from source using writetime
86
+ - Filter records from origin using writetime
87
87
- SSL Support (including custom cipher algorithms)
88
- - Migrate from any Cassandra source ([ Apache Cassandra] ( https://cassandra.apache.org ) /[ DataStax Enterprise (DSE)] ( https://www.datastax.com/products/datastax-enterprise ) /[ DataStax Astra DB] ( https://www.datastax.com/products/datastax-astra ) ) to any Cassandra target ([ Apache Cassandra] ( https://cassandra.apache.org ) /[ DataStax Enterprise (DSE)] ( https://www.datastax.com/products/datastax-enterprise ) /[ DataStax Astra DB] ( https://www.datastax.com/products/datastax-astra ) )
88
+ - Migrate from any Cassandra origin ([ Apache Cassandra] ( https://cassandra.apache.org ) /[ DataStax Enterprise (DSE)] ( https://www.datastax.com/products/datastax-enterprise ) /[ DataStax Astra DB] ( https://www.datastax.com/products/datastax-astra ) ) to any Cassandra target ([ Apache Cassandra] ( https://cassandra.apache.org ) /[ DataStax Enterprise (DSE)] ( https://www.datastax.com/products/datastax-enterprise ) /[ DataStax Astra DB] ( https://www.datastax.com/products/datastax-astra ) )
89
89
- Validate migration accuracy and performance using a smaller randomized data-set
90
90
- Custom writetime
0 commit comments