Skip to content

Commit 21e9ee0

Browse files
Fixed typos
Fixed correctness issues
1 parent e0d17be commit 21e9ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/managed-instance-apache-cassandra/dba-commands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In most cases you might only need the commandOutput or the exitCode. Here is an
6363

6464
## How to run an `sstable` command
6565

66-
The `sstable` commands require read/write access to the cassandra data directory and the cassandra database to be stopped. To accommodate this, two extra parameters `--cassandra-stop-start true` and `--readwrite true` need to be given:
66+
The `sstable` commands require read/write access to the Cassandra data directory and the Cassandra database to be stopped. To accommodate this, two extra parameters `--cassandra-stop-start true` and `--readwrite true` need to be given:
6767

6868
```azurecli-interactive
6969
az managed-cassandra cluster invoke-command --resource-group <test-rg> --cluster-name <test-cluster> --host <ip> --cassandra-stop-start true --readwrite true --command-name sstableutil --arguments "system"="peers"
@@ -77,11 +77,11 @@ The `sstable` commands require read/write access to the cassandra data directory
7777
}
7878
```
7979
## How to run other commands
80-
The `cassandra-reset-password` command lets a user change their password for the cassandra user.
80+
The `cassandra-reset-password` command lets a user change their password for the Cassandra user.
8181
```azurecli-interactive
8282
az managed-cassandra cluster invoke-command --resource-group <rg> --cluster-name <cluster> --host <ip of data node> --command-name cassandra-reset-password --arguments password="<password>"
8383
```
84-
The `cassandra-reset-auth-replication` command lets a user change their schema for the cassandra user. Seperate the datacenter names by space.
84+
The `cassandra-reset-auth-replication` command lets a user change their schema for the Cassandra user. Separate the datacenter names by space.
8585
```azurecli-interactive
8686
az managed-cassandra cluster invoke-command --resource-group <rg> --cluster-name <cluster> --host <ip of data node> --command-name cassandra-reset-auth-replication --arguments password="<datacenters>"
8787
```

0 commit comments

Comments
 (0)