Starting cqlsh on Windows

Steps for starting cqlsh on Windows

Procedure

  1. Open Command Prompt.
  2. Navigate to the Cassandra bin directory.
  3. Type the command to start cqlsh using the default CQL 3 mode.
    python cqlsh
    Optionally, specify the IP address and port to start cqlsh on a different node.
    python cqlsh 1.2.3.4 9160