Skip to content

Commit

Permalink
Update sub-partitions documents
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Dec 13, 2024
1 parent 66efa5a commit 89db5d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/cassandra-data-migrator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ include::partial$use-cdm-migrator.adoc[]

include::partial$cdm-validation-steps.adoc[]

[[cdm-partition-ranges]]
== Migrate or validate specific partition ranges

include::partial$cdm-partition-ranges.adoc[]

[[cdm-guardrail-checks]]
== Perform large-field guardrail violation checks

Expand Down
9 changes: 9 additions & 0 deletions modules/ROOT/partials/cdm-partition-ranges.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
You can also use {cstar-data-migrator} to xref:cdm-steps.adoc#cdm-steps[migrate] or xref:cdm-steps.adoc#cdm-validation-steps[validate] specific partition ranges by passing the below additional parameters.

[source,bash]
----
--conf spark.cdm.filter.cassandra.partition.min=<token-range-min>
--conf spark.cdm.filter.cassandra.partition.max=<token-range-max>
----

This mode is specifically useful to process a subset of partition-ranges that may have failed during a previous run.

0 comments on commit 89db5d6

Please sign in to comment.