Starting cqlsh on Windows
A brief description on starting cqlsh on Windows.
This procedure briefly describes how to start cqlsh on Windows. The cqlsh command is covered in detail later.
Procedure
- Open Command Prompt.
- Navigate to the Cassandra bin directory.
-
Type the command to start cqlsh.
python cqlsh
Optionally, specify the IP address and port to start cqlsh on a different node.python cqlsh 1.2.3.4 9042