Skip to content

Commit e03458f

Browse files
beajohnsonmsmygit
authored andcommitted
updates to remove partition ranges and parameters
1 parent 53e710d commit e03458f

File tree

3 files changed

+3
-63
lines changed

3 files changed

+3
-63
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* {cstar-data-migrator}
4242
** xref:cdm-overview.adoc[]
4343
** xref:cdm-steps.adoc[Migrate data]
44-
** xref:cdm-parameters.adoc[Parameters]
44+
//** xref:cdm-parameters.adoc[Parameters]
4545

4646
* {dsbulk-loader}
4747
** https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[Overview]

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

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -32,65 +32,7 @@ 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-
4035
[[cdm-guardrail-checks]]
4136
== Perform large-field guardrail violation checks
4237

4338
include::partial$cdm-guardrail-checks.adoc[]
44-
45-
46-
[[cdm-reference]]
47-
== {cstar-data-migrator} references
48-
49-
=== Common connection parameters for Origin and Target
50-
51-
include::partial$common-connection-parameters.adoc[]
52-
53-
=== Origin schema parameters
54-
55-
include::partial$origin-schema-parameters.adoc[]
56-
57-
=== Target schema parameters
58-
59-
include::partial$target-schema-parameters.adoc[]
60-
61-
=== Auto-correction parameters
62-
63-
include::partial$auto-correction-parameters.adoc[]
64-
65-
=== Performance and operations parameters
66-
67-
include::partial$performance-and-operations-parameters.adoc[]
68-
69-
=== Transformation parameters
70-
71-
include::partial$transformation-parameters.adoc[]
72-
73-
=== Cassandra filter parameters
74-
75-
include::partial$cassandra-filter-parameters.adoc[]
76-
77-
=== Java filter parameters
78-
79-
include::partial$java-filter-parameters.adoc[]
80-
81-
=== Constant column feature parameters
82-
83-
include::partial$constant-column-feature-parameters.adoc[]
84-
85-
=== Explode map feature parameters
86-
87-
include::partial$explode-map-feature-parameters.adoc[]
88-
89-
=== Guardrail feature parameter
90-
91-
include::partial$guardrail-feature-parameters.adoc[]
92-
93-
=== TLS (SSL) connection parameters
94-
95-
include::partial$tls-ssl-connection-parameters.adoc[]
96-

modules/ROOT/partials/use-cdm-migrator.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ It does not need to be `cdm.properties` or `cdm-detailed.properties`.
44
In both versions, the `spark-submit` job processes only the parameters that aren't commented out.
55
Other parameter values use defaults or are ignored.
66
See the descriptions and defaults in each file.
7-
For more information, see the following:
8-
* The simplified sample properties configuration, https://github.com/datastax/cassandra-data-migrator/blob/main/src/resources/cdm.properties[cdm.properties].
9-
This file contains only those parameters that are commonly configured.
10-
* The complete sample properties configuration, https://github.com/datastax/cassandra-data-migrator/blob/main/src/resources/cdm-detailed.properties[cdm-detailed.properties], for the full set of configurable settings.
7+
For more information about the sample properties configuration, see the https://github.com/datastax/cassandra-data-migrator/blob/main/src/resources/cdm-detailed.properties[cdm-detailed.properties].
8+
This is the full set of configurable settings.
119

1210
. Place the properties file that you elected to use and customize where it can be accessed while running the job using `spark-submit`.
1311

0 commit comments

Comments
 (0)