I want to setup 3 nodes on windows machine for testing purpose. i already have community version installed. I followed some tutorials on youtube to setup 1 machine 3 nodes and docs as well. all 3 nodes are up but they are not connected. i can only see 1 node serving 100% load on "nodetool status"
Here is what i wanted, 3 instances connected as below
127.0.0.1 (seed) 127.0.0.2 127.0.0.3
Here is what i did,
- Installed Datastax community edition 2.0.11
- Copied apache-cassandra/conf -> conf2 & conf3
- modified cassandra.yaml for
- cluster_name
- seed_address (127.0.0.1)
- listen_address (seed ip)
- rpc_address 0.0.0.0
- endpoint_snitch: SimpleSnitch
Above things were documented but i had to change below ports as it was single machine
- rpc_port: [if default is 9160 then node1 will be 9161]
- native_transport_port:
storage_port:
- Changed "JMX_PORT" in cassandra.bat file (created 2 copies of main file)
- started all
I tried ccm but its not picking already installed cassandra it tries to build from source and fails.
Am i missing something, it been 2 days (4-5 hours) i am trying to set this up.
Thanks, Ninad