You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/databases/cassandra/deploy-cassandra-multi-datacenters/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ Before proceeding to Cassandra installation, confirm:
281
281
282
282
## Installing Cassandra
283
283
284
-
This guide uses Apache Cassandra 4.1.x, the current the current stable release recommended for production deployments. Newer major versions may still be in early adoption or require different tooling, so using the stable branch ensures compatibility and predictable behavior on Akamai Cloud Compute.
284
+
This guide uses Apache Cassandra 4.1.x, the current stable release recommended for production deployments. Newer major versions may still be in early adoption or require different tooling, so using the stable branch ensures compatibility and predictable behavior on Akamai Cloud Compute.
285
285
286
286
Because Cassandra 4.1.x is no longer included in Ubuntu’s default package repositories, installation begins by adding the official Apache Cassandra repository. This ensures that all nodes install the correct version and receive updates directly from the Cassandra project.
287
287
@@ -539,7 +539,7 @@ These are the correct defaults.
539
539
540
540
If they are missing or incorrect, Cassandra may start but clients (including `cqlsh`) will not be able to connect to the node.
541
541
542
-
Save the File.(Ctrl X, Y, Enter)
542
+
Save the File.(Ctrl + X, "Y", Enter)
543
543
544
544
### Setting Data Center and Rack Topology
545
545
@@ -618,7 +618,7 @@ rack=rack2
618
618
619
619
- Rack names must be unique within their data center.
620
620
- Rack names may be reused across different data centers.
621
-
- Save the file (Ctrl+X, Y, Enter).
621
+
- Save the file (Ctrl + X, "Y", Enter).
622
622
623
623
These values are read at startup, so any changes require restarting the node.
0 commit comments