Skip to content

Commit 35906b8

Browse files
Resolve Conflicts
1 parent 37de2cd commit 35906b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/resources/cdm.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,15 @@ spark.cdm.schema.target.keyspaceTable keyspace_name.table_name
127127
# 5323. The corresponding counter in Origin is also 5323. At some point, the Target
128128
# counter gets DELETEd. Should the .missing record be re-inserted before
129129
# 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.
131134
#-----------------------------------------------------------------------------------------------------------
132135
spark.cdm.autocorrect.missing false
133136
spark.cdm.autocorrect.mismatch false
134137
#spark.cdm.autocorrect.missing.counter false
135-
138+
#spark.tokenRange.exceptionDir /path/to/exceptions_directory
136139
#===========================================================================================================
137140
# Performance and Operations Parameters affecting throughput, error handling, and similar concerns.
138141
#

0 commit comments

Comments
 (0)