We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edad96 + df094a1 commit c97d56dCopy full SHA for c97d56d
articles/cosmos-db/cassandra/support.md
@@ -289,7 +289,7 @@ keytool -importcert -alias bc2025ca -file bc2025.crt
289
echo "deb https://downloads.apache.org/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
290
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
291
sudo apt-get update
292
-sudo apt-get install cassandra
+sudo apt-get install cassandra=3.11.13
293
```
294
295
**Connect with Unix/Linux/Mac:**
0 commit comments