Re: Run several cassandra instances on local machine

2010-05-20 Thread omallassi
You can also easily use VM (using NAT instead of bridged to avoid DHCP when and if your computer connects to different network) to launch several nodes with different IPs on your single host machine (I suppose you want to do this for training) On Thu, 20 May 2010 07:03:57 -0700, Jonathan Ellis w

Re: Run several cassandra instances on local machine

2010-05-20 Thread Jonathan Ellis
You can easily run on 127.0.0.1, 127.0.0.2, etc. On Thu, May 20, 2010 at 7:00 AM, Yan Virin wrote: > It seems to be impossible to run several cassandra instances on a > localmachine, due to the fact that the seeds are described as ip addresses > and not couples of ip address and port. > Is this c