me and 2 of my friends started to learn Cassandra NOSQL DB , every one of us install Cassandra as a single node in his machine , now we need to connect these 3 single nodes to establish Cassandra cluster with 3 nodes , what is the best idea to do this ? and is there any other requirements?
Asked
Active
Viewed 51 times
0
-
https://docs.datastax.com/en/cassandra/3.0/cassandra/initialize/initSingleDS.html – Ashraful Islam Aug 10 '17 at 17:02
-
https://www.digitalocean.com/community/tutorials/how-to-run-a-multi-node-cluster-database-with-cassandra-on-ubuntu-14-04 – Ashraful Islam Aug 10 '17 at 17:02
-
please see https://stackoverflow.com/questions/39573480/cassandra-unable-to-gossip-with-any-seeds/39612249#39612249 answer contains the simplest settings example to start – Sabik Aug 11 '17 at 06:34