Re: Configuring 2 node Cassandra cluster

2013-04-16 Thread Edward Capriolo
If you are using a two node cassandra cluster locally use ccm, it builds all the configuration files for you. https://github.com/pcmanus/ccm On Tue, Apr 16, 2013 at 11:06 AM, Alicia Leong wrote: > > > *Node2(ip2):* > > initial_token: 85070591730234615865843651857942052864 > rpc_address: ip*1*

Re: Configuring 2 node Cassandra cluster

2013-04-16 Thread Alicia Leong
*Node2(ip2):* initial_token: 85070591730234615865843651857942052864 rpc_address: ip*1* < Should be *ip2* listen_address: ip*1*< Should be *ip2* seeds: “ip1" On Tue, Apr 16, 2013 at 5:43 PM, Alain RODRIGUEZ wrote: > Could we have the logs after starting each node ? > > > 201

Re: Configuring 2 node Cassandra cluster

2013-04-16 Thread Alain RODRIGUEZ
Could we have the logs after starting each node ? 2013/4/16 Sai Kumar Ganji > Hello Guys, > > I am trying to setup a 2 node Cassandra clustesr. > > My parameters are: > > *Node1(ip1):* > > initial_token: 0 > rpc_address: ip1 > listen_address: ip1 > seeds: “ip1" > > *Node2(ip2):* > > initial_tok

Configuring 2 node Cassandra cluster

2013-04-16 Thread Sai Kumar Ganji
Hello Guys, I am trying to setup a 2 node Cassandra clustesr. My parameters are: *Node1(ip1):* initial_token: 0 rpc_address: ip1 listen_address: ip1 seeds: “ip1" *Node2(ip2):* initial_token: 85070591730234615865843651857942052864 rpc_address: ip1 listen_address: ip1 seeds: “ip1" and in Node2