-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC-3707 - Attributes replacement and nav fixes (#193)
* begin attribute replacement * continuing find and replace * finish replacement * add one page missing from nav * separate nav
- Loading branch information
Showing
47 changed files
with
822 additions
and
838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,52 @@ | ||
* Zero Downtime Migration | ||
** xref:introduction.adoc[] | ||
** xref:components.adoc[] | ||
.{product} | ||
* xref:introduction.adoc[] | ||
* xref:components.adoc[] | ||
* Planning | ||
** xref:preliminary-steps.adoc[] | ||
*** xref:feasibility-checklists.adoc[] | ||
*** xref:deployment-infrastructure.adoc[] | ||
*** xref:create-target.adoc[] | ||
*** xref:rollback.adoc[] | ||
//phase 1 | ||
** xref:feasibility-checklists.adoc[] | ||
** xref:deployment-infrastructure.adoc[] | ||
** xref:create-target.adoc[] | ||
** xref:rollback.adoc[] | ||
* Phase 1 | ||
** xref:phase1.adoc[] | ||
*** xref:setup-ansible-playbooks.adoc[] | ||
*** xref:deploy-proxy-monitoring.adoc[] | ||
*** xref:tls.adoc[] | ||
*** xref:connect-clients-to-proxy.adoc[] | ||
*** xref:metrics.adoc[] | ||
*** xref:manage-proxy-instances.adoc[] | ||
//phase 2 | ||
** xref:setup-ansible-playbooks.adoc[] | ||
** xref:deploy-proxy-monitoring.adoc[] | ||
** xref:tls.adoc[] | ||
** xref:connect-clients-to-proxy.adoc[] | ||
** xref:metrics.adoc[] | ||
** xref:manage-proxy-instances.adoc[] | ||
* Phase 2 | ||
** xref:migrate-and-validate-data.adoc[] | ||
*** xref:cassandra-data-migrator.adoc[] | ||
*** https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[DSBulk Loader] | ||
//phase 3 | ||
** xref:cassandra-data-migrator.adoc[{cass-migrator}] | ||
** xref:dsbulk-migrator.adoc[{dsbulk-migrator}] | ||
** https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[{dsbulk-loader}] | ||
* Phase 3 | ||
** xref:enable-async-dual-reads.adoc[] | ||
//phase 4 | ||
* Phase 4 | ||
** xref:change-read-routing.adoc[] | ||
//phase 5 | ||
* Phase 5 | ||
** xref:connect-clients-to-target.adoc[] | ||
* References | ||
** Troubleshooting | ||
*** xref:troubleshooting.adoc[] | ||
*** xref:troubleshooting.adoc[] | ||
*** xref:troubleshooting-tips.adoc[] | ||
*** xref:troubleshooting-scenarios.adoc[] | ||
** xref:contributions.adoc[] | ||
** xref:faqs.adoc[] | ||
** xref:glossary.adoc[] | ||
** xref:contributions.adoc[] | ||
** xref:release-notes.adoc[] | ||
* {cstar-data-migrator} | ||
** xref:cdm-overview.adoc[] | ||
** xref:cdm-steps.adoc[Migrate data] | ||
* {dsbulk-loader} | ||
** https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[Overview] | ||
** https://docs.datastax.com/en/dsbulk/installing/install.html[Installing DataStax Bulk Loader] | ||
** Loading and unloading data | ||
*** https://docs.datastax.com/en/dsbulk/getting-started/simple-load.html[Loading data without a configuration file] | ||
*** https://docs.datastax.com/en/dsbulk/getting-started/simple-unload.html[Unloading data without a configuration file] | ||
*** https://docs.datastax.com/en/dsbulk/developing/loading-unloading-vector-data.html[Loading and unloading vector data] | ||
** Loading and unloading data examples | ||
*** https://docs.datastax.com/en/dsbulk/reference/load.html[Loading data examples] | ||
*** https://docs.datastax.com/en/dsbulk/reference/unload.html[Unloading data examples] | ||
** https://docs.datastax.com/en/dsbulk/reference/dsbulk-cmd.html#escaping-and-quoting-command-line-arguments[Escaping and quoting command line arguments] | ||
|
||
.{cass-migrator} | ||
* xref:cdm-overview.adoc[{cass-migrator-short} overview] | ||
* xref:cdm-steps.adoc[Use {cass-migrator-short} to migrate data] | ||
.{dsbulk-loader} | ||
* https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[{dsbulk-loader}] | ||
* https://docs.datastax.com/en/dsbulk/installing/install.html[Installing {dsbulk-loader}] | ||
* Loading and unloading data | ||
** https://docs.datastax.com/en/dsbulk/getting-started/simple-load.html[Loading data without a configuration file] | ||
** https://docs.datastax.com/en/dsbulk/getting-started/simple-unload.html[Unloading data without a configuration file] | ||
** https://docs.datastax.com/en/dsbulk/developing/loading-unloading-vector-data.html[Loading and unloading vector data] | ||
** https://docs.datastax.com/en/dsbulk/reference/load.html[Loading data examples] | ||
** https://docs.datastax.com/en/dsbulk/reference/unload.html[Unloading data examples] | ||
* https://docs.datastax.com/en/dsbulk/reference/dsbulk-cmd.html#escaping-and-quoting-command-line-arguments[Escaping and quoting command line arguments] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
= Overview | ||
= {cass-migrator} ({cass-migrator-short}) overview | ||
|
||
Cassandra Data Migrator (CDM) is a tool designed for migrating and validating data between origin and target Apache Cassandra-compatible clusters. It facilitates the transfer of data, creating multiple jobs at once that can access the Cassandra cluster concurrently. This tool is also useful when dealing with large datasets and requires careful configuration to balance performance impact and migration speed. | ||
{cass-migrator} ({cass-migrator-short}) is a tool designed for migrating and validating data between origin and target {cass-reg}-compatible clusters. It facilitates the transfer of data, creating multiple jobs at once that can access the {cass-short} cluster concurrently. This tool is also useful when dealing with large datasets and requires careful configuration to balance performance impact and migration speed. | ||
|
||
The information below explains how to get started with CDM. Review your prerequisites and decide between the two installation options: as a container or as a JAR file. | ||
The information below explains how to get started with {cass-migrator-short}. Review your prerequisites and decide between the two installation options: as a container or as a JAR file. | ||
|
||
[[cdm-prerequisites]] | ||
== {cstar-data-migrator} prerequisites | ||
== {cass-migrator} prerequisites | ||
|
||
include::partial$cdm-prerequisites.adoc[] | ||
|
||
== {cstar-data-migrator} installation methods | ||
== {cass-migrator} installation methods | ||
|
||
Both installation methods require attention to version compatibility, especially with the `cdm.properties` files. | ||
Both environments also use `spark-submit` to run the jobs. | ||
|
||
[[cdm-install-as-container]] | ||
=== Install {cstar-data-migrator} as a Container | ||
=== Install {cass-migrator} as a Container | ||
|
||
include::partial$cdm-install-as-container.adoc[] | ||
|
||
[[cdm-install-as-jar]] | ||
=== Install {cstar-data-migrator} as a JAR file | ||
=== Install {cass-migrator} as a JAR file | ||
|
||
include::partial$cdm-install-as-jar.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.