JasonP
JasonP

Reputation: 23

Cassandra on windows - trouble running commands

I just installed Casandra on my windows machine. When I run cassandra.bat everything seems to be ok - no errors, just some debug statement.

I then launch the client - cassandra-cli.bat, and no matter whet I type in at the command prompt (other that ?) I get back a ... with a tab and a bilking cursor.

The articles I have read say to type in: connect localhost/9160, but this yields the same result - just a ...

Upvotes: 2

Views: 180

Answers (1)

jbellis
jbellis

Reputation: 19377

You are reading obsolete articles. Commands end with a semicolon now. Look at the readme for a correct example.

Upvotes: 2

Related Questions