Issue with Installing cassandra cluster manager (ccm) and run it?
I tried both method:
Method 1:
- clone ccm from github, do the setup and run,
- ccm create --cassandra-version 1.2.2 --nodes 3 --start test
but node1, node2, node3 never starts. ccm status reports all node as 'DOWN'. When I try, ccm node1 ring, it complains of, Error: Could not find or load main class org.apache.cassandra.tools.NodeCmd.
Exactly same scenario when, in place of version, I install cassandra from source and in CASSANDRA_HOME directory, I do this, - ccm create --cassandra-dir=/xxxx/cassandra --nodes 4 --start test
Any clue? whats going on? I do have openjdk-7 installed