Skip to content

Commit b1ba24c

Browse files
authored
Merge pull request #177 from datastax/phil/doc-edits
updating reference to current parameter .writetime.names rather than …
2 parents 3e38496 + 17ebee2 commit b1ba24c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/resources/cdm-detailed.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name
115115
# .mismatch : Default is false. when true, data that is different between Origin and Target
116116
# will be reconciled. It is important to note that TIMESTAMP will have an effect
117117
# here - if the WRITETIME of the Origin record (determined with
118-
# .writetime.indexes) is earlier than the WRITETIME of the Target record, the
118+
# .writetime.names) is earlier than the WRITETIME of the Target record, the
119119
# change will not appear in Target. This may be particularly challenging to
120120
# troubleshoot if individual columns (cells) have been modified in Target.
121121
#
@@ -205,7 +205,7 @@ spark.cdm.perfops.ratelimit.target 40000
205205
# the record in Origin cannot be determined (such as the only non-key
206206
# columns are collections). This parameter allows a crude constant value
207207
# to be used in its place, and overrides
208-
# .schema.origin.column.writetime.indexes.
208+
# .schema.origin.column.writetime.names.
209209
# .writetime.incrementBy Default is 0. This is useful when you have a List that is not frozen,
210210
# and are updating this via the autocorrect feature. Lists are not idempotent,
211211
# and subsequent UPSERTs would add duplicates to the list. Future versions
@@ -263,14 +263,14 @@ spark.cdm.perfops.ratelimit.target 40000
263263
# split. Invalid percentages will be treated as 100.
264264
#
265265
# .writetime : Filter records based on their writetimes. The maximum writetime of the columns
266-
# configured at .schema.origin.column.writetime.indexes will be compared to the
267-
# thresholds, which must be in microseconds since the epoch. If the .writetime.indexes
266+
# configured at .schema.origin.column.writetime.names will be compared to the
267+
# thresholds, which must be in microseconds since the epoch. If the .writetime.names
268268
# are not specified, or the thresholds are null or otherwise invalid, the filter will
269269
# be ignored. Note that .perfops.batchSize will be ignored when this filter is in place,
270270
# a value of 1 will be used instead.#
271271
# .min : Lowest (inclusive) writetime values to be migrated
272272
# .max : Highest (inclusive) writetime values to be migrated
273-
# maximum timestamp of the columns specified by .schema.origin.column.writetime.indexes,
273+
# maximum timestamp of the columns specified by .schema.origin.column.writetime.names,
274274
# and if that is not specified, or is for some reason null, the filter is ignored.
275275
#
276276
# .column : Filter rows based on matching a configured value.

src/resources/cdm.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name
7777
# .mismatch : Default is false. when true, data that is different between Origin and Target
7878
# will be reconciled. It is important to note that TIMESTAMP will have an effect
7979
# here - if the WRITETIME of the Origin record (determined with
80-
# .writetime.indexes) is earlier than the WRITETIME of the Target record, the
80+
# .writetime.names) is earlier than the WRITETIME of the Target record, the
8181
# change will not appear in Target. This may be particularly challenging to
8282
# troubleshoot if individual columns (cells) have been modified in Target.
8383
#-----------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)