Re: Setting up a cluster

2012-06-18 Thread Abhijit Chanda
Are you sure all your settings are perfect. If so, then plz follow this steps ./nodetool disablethrift ./nodetool disablegossip ./nodetool drain stop the service and then delete the all data, saved_caches and commitlog files. Then restart your service. Repeat these steps for all the nodes. I hope

Re: Setting up a cluster

2012-06-18 Thread Shahryar Sedghi
ers. > > Cheers > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 19/06/2012, at 6:29 AM, Shahryar Sedghi wrote: > > I am new to Cassandra, and setting up a cluster for the first time with > 1.1.1. There are

Re: Setting up a cluster

2012-06-18 Thread aaron morton
:29 AM, Shahryar Sedghi wrote: > I am new to Cassandra, and setting up a cluster for the first time with > 1.1.1. There are three nodes, 1 acts as a seed node that all three have the > ip address of that node as their seed. I have set the listen address to the > address of each

Setting up a cluster

2012-06-18 Thread Shahryar Sedghi
I am new to Cassandra, and setting up a cluster for the first time with 1.1.1. There are three nodes, 1 acts as a seed node that all three have the ip address of that node as their seed. I have set the listen address to the address of each node and rpc address as 0.0.0.0. I turned the trace on on

Re: setting up a cluster

2010-07-21 Thread Dave Viner
For EC2, you can check out http://wiki.apache.org/cassandra/CloudConfig for details on the security settings. Note that on EC2, it's likely easiest if you place all your nodes in the same region. You can still make redundant/HA deployment using availability zones. If you use multiple AZs in the

Re: setting up a cluster

2010-07-21 Thread Aaron Morton
This page may help http://wiki.apache.org/cassandra/MultinodeClusterit goes through the settings to change  in storage-config.xmlHave not used it on EC2 so cannot help there. AaronOn 22 Jul, 2010,at 08:34 AM, S Ahmed wrote:Is this the only documentation on startup up a cluster? http://wiki.apache.

setting up a cluster

2010-07-21 Thread S Ahmed
Is this the only documentation on startup up a cluster? http://wiki.apache.org/cassandra/GettingStarted I got a single node up, pretty straight forward. But have no idea how to setup a cluster. 1. Once I start a 2nd node, how do I tell it about th