Skip to content

Commit 7411733

Browse files
committed
Update sub-partitions documents
1 parent 66efa5a commit 7411733

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

modules/ROOT/pages/cassandra-data-migrator.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ include::partial$use-cdm-migrator.adoc[]
3232

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

35+
[[cdm-partition-ranges]]
36+
== Migrate or validate specific partition ranges
37+
38+
include::partial$cdm-partition-ranges.adoc[]
39+
3540
[[cdm-guardrail-checks]]
3641
== Perform large-field guardrail violation checks
3742

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
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.
2+
3+
[source,bash]
4+
----
5+
--conf spark.cdm.filter.cassandra.partition.min=<token-range-min>
6+
--conf spark.cdm.filter.cassandra.partition.max=<token-range-max>
7+
----
8+
9+
This mode is specifically useful to process a subset of partition-ranges.

0 commit comments

Comments
 (0)