Skip to content

Commit 446bc85

Browse files
author
Theo van Kraay
committed
Acrolinx edits
1 parent 6b68bfd commit 446bc85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Managed Instance for Apache Cassandra allows you to run `nodetool` and `ss
2525
2626

2727

28-
## How to run a nodetool command
28+
## How to run a `nodetool` command
2929
Azure Managed Instance for Apache Cassandra provides the following Azure CLI command to run DBA commands:
3030

3131
```azurecli-interactive
@@ -56,7 +56,7 @@ Both will return a json of the following form:
5656
}
5757
```
5858

59-
## How to run an sstable command
59+
## How to run an `sstable` command
6060

6161
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:
6262

@@ -72,7 +72,7 @@ The `sstable` commands require read/write access to the cassandra data directory
7272
}
7373
```
7474

75-
## List of supported sstable commands
75+
## List of supported `sstable` commands
7676

7777
For more information on each command, see https://cassandra.apache.org/doc/latest/cassandra/tools/sstable/index.html
7878

@@ -86,7 +86,7 @@ For more information on each command, see https://cassandra.apache.org/doc/lates
8686
* `sstableofflinerelevel`
8787
* `sstableexpiredblockers`
8888

89-
## List of supported nodetool commands
89+
## List of supported `nodetool` commands
9090

9191
For more information on each command, see https://cassandra.apache.org/doc/latest/cassandra/tools/nodetool/nodetool.html
9292

0 commit comments

Comments
 (0)