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: articles/cosmos-db/cassandra/cassandra-support.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,30 @@ You can connect to the Cassandra API in Azure Cosmos DB by using the CQLSH insta
247
247
248
248
**Windows:**
249
249
250
-
If using windows, we recommend you enable the [Windows filesystem for Linux](/windows/wsl/install-win10#install-the-windows-subsystem-for-linux). You can then follow the linux commands below.
250
+
<!-- If using windows, we recommend you enable the [Windows filesystem for Linux](/windows/wsl/install-win10#install-the-windows-subsystem-for-linux). You can then follow the linux commands below. -->
1. Verify the PIP installation (look fora message from step 3 to confirm which folder PIP was installedin and then navigate to that folder and run the command pip help).
266
+
1. Install CQLSH using PIP
267
+
```bash
268
+
pip3 install cqlsh==5.0.3
269
+
```
270
+
1. Run the [CQLSH using the authentication mechanism](manage-data-cqlsh.md#update-your-connection-string).
271
+
272
+
> [!NOTE]
273
+
> You would need to set the environment variables to point to the Python27 folder.
4. Verify the PIP installation (look fora message from step 3 to confirm which folder PIP was installedin and then navigate to that folder and run the command pip help).
299
-
1. Install CQLSH using PIP
300
-
```bash
301
-
pip3 install cqlsh==5.0.3
302
-
```
303
-
6. Run the [CQLSH using the authentication mechanism](manage-data-cqlsh.md#update-your-connection-string).
304
-
305
-
> [!NOTE]
306
-
> If you get an error while running cqlsh about a syntax error in cqlsh, this would require downgrading Python to v2.7, which is a simple installation from [here](https://www.python.org/downloads/release/python-270/) followed by changing the environment variables on your machine to point to the Python27 folder instead.
307
-
308
308
All CRUD operations that are executed through a CQL v4 compatible SDK will return extra information about error and request units consumed. The DELETE and UPDATE commands should be handled with resource governance taken into consideration, to ensure the most efficient use of the provisioned throughput.
309
309
310
310
* Note gc_grace_seconds value must be zero if specified.
0 commit comments