This is the first time I'm using cassandra, so please excuse me if my question is naive :)
I downloaded and extracted cassandra 1.2.4
I launched it using /usr/local/apache-cassandra-1.2.4/bin/cassandra -f
now I connect to it
root @ Alaa : /usr/local/apache-cassandra-1.2.4# ./bin/cassandra-cli
Connected to: "Test Cluster" on 127.0.0.1/9160
Welcome to Cassandra CLI version 1.2.4
Type 'help;' or '?' for help.
Type 'quit;' or 'exit;' to quit.
[ default @ unknown ] show cluster name
...
and these three points remain forever !! any idea what is wrong?
source
share