Re: urgent how to specify multiple hosts in cassandra

2011-06-17 Thread Sasha Dolgy
have them all within a " " and not multiple " ", " " for example: seeds: "192.168.1.115, 192.168.1.110" versus what you have... On Fri, Jun 17, 2011 at 7:00 PM, Anurag Gujral wrote: > Hi All >           I specified multiple hosts in seeds field when using cassandra-0.8 > like this >  seeds: "1

urgent how to specify multiple hosts in cassandra

2011-06-17 Thread Anurag Gujral
Hi All I specified multiple hosts in seeds field when using cassandra-0.8 like this seeds: "192.168.1.115","192.168.1.110","192.168.1.113" But I am getting error that hile parsing a block mapping in "", line 106, column 13: - seeds: "192.168.1.115","192.168. ...