Victor
Victor

Reputation: 17097

Cassandra CQL shell does not show any output

I am using Cassandra on Windows 7. I create a keyspace k1 and a table Person in that keyspace. But when I try to view the table I cannot see any ouput in the cql shell. enter image description here

Upvotes: 0

Views: 231

Answers (1)

Valerie Parham-Thompson
Valerie Parham-Thompson

Reputation: 1566

@Victor, close each statement with a semicolon. The ellipses are showing that your statement is still open.

Upvotes: 3

Related Questions