How can I run 3 cassandra nodes (actually a cluster) from my Ubuntu? I don\'t want to create 3 instances of VMWare/VirtualBox but instead, configure each cassandra node to liste
Check this Cassandra Cluster Manager on github https://github.com/pcmanus/ccm
(link is to script that configures multiple Cassandras to listen on different localhost interfaces 127.0.0.1, 127.0.0.2, 127.0.0.3)