riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

'cassandra-cli.bat' is not recognized as an internal or external command #592

Closed dins2k2 closed 7 years ago

dins2k2 commented 7 years ago

Running C* 2.1.9 cluster on windows. Doesn't cli work on windows? Or am I missing something?

$ ccm node1 cli
$ 'cassandra-cli.bat' is not recognized as an internal or external command,
operable program or batch file.

Thanks, Dinesh

ptnapoleon commented 7 years ago

The cli doesn't work on windows.

dins2k2 commented 7 years ago

Thanks @ptnapoleon for your quick response.