File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,15 @@ spark.cdm.schema.target.keyspaceTable keyspace_name.table_name
127
127
# 5323. The corresponding counter in Origin is also 5323. At some point, the Target
128
128
# counter gets DELETEd. Should the .missing record be re-inserted before
129
129
# the DELETE gets tombstoned, the counter will zombie back to life, and the
130
- # counter will become 5323+5323 = 10646.
130
+ # counter will become 5323+5323 = 10646.
131
+ # spark.tokenRange
132
+ # .exceptionDir : When set partition ranges corresponding to the exceptions will be logged in
133
+ # file with the name <keyspace>.<table_name> in this directory.
131
134
# -----------------------------------------------------------------------------------------------------------
132
135
spark.cdm.autocorrect.missing false
133
136
spark.cdm.autocorrect.mismatch false
134
137
# spark.cdm.autocorrect.missing.counter false
135
-
138
+ # spark.tokenRange.exceptionDir /path/to/exceptions_directory
136
139
# ===========================================================================================================
137
140
# Performance and Operations Parameters affecting throughput, error handling, and similar concerns.
138
141
#
You can’t perform that action at this time.
0 commit comments