RE: Can not find auto bootstrap property in cassandra.yaml for Cassandra 1.1.0

2012-06-03 Thread Rishabh Agrawal
Hello, Auto bootstrap, as an attribute, is not present in latest versions of Cassandra (1.0 and later). You can add 'auto_bootstrap: true' or keep initial_token to be blank to make it happen. As I have noticed by default it remains true Regards Rishabh Agrawal From: Prakrati Agrawal [mailto:p

Re: Can not find auto bootstrap property in cassandra.yaml for Cassandra 1.1.0

2012-06-03 Thread Roshni Rajagopal
Hi Prakrati, In 1.1.0 you don't need to set this, its by default. Im also on 1.1.0 and I didn't need to set this. Regards, Roshni From: Prakrati Agrawal mailto:prakrati.agra...@mu-sigma.com>> Reply-To: "user@cassandra.apache.org" mailto:user@cassandra.apache

Re: Can not find auto bootstrap property in cassandra.yaml for Cassandra 1.1.0

2012-06-03 Thread Pushpalanka Jayawardhana
Hi, Me too met with that problem. You can safely skip that step for latest versions. I read somewhere that by default it is set to be true in latest versions. On Mon, Jun 4, 2012 at 11:28 AM, Prakrati Agrawal < prakrati.agra...@mu-sigma.com> wrote: > Dear all > > ** ** > > I am trying to ad

Can not find auto bootstrap property in cassandra.yaml for Cassandra 1.1.0

2012-06-03 Thread Prakrati Agrawal
Dear all I am trying to add a new node to the Cassandra cluster. In all the documentations available on net it says to set the auto bootstrap property in cassandra.yaml to true but I am not finding the property in the file. Please help me Thanks and Regards Prakrati Agrawal | Developer - Big

Integration Testing for Cassandra

2012-06-03 Thread Eran Chinthaka Withana
Hi, I want to write integration tests related to my cassandra code where instead of accessing production clusters I should be able to start an embedded cassandra instance, within my unit test code, populate some data and run test cases. I found this[1] as the closest to what I'm looking for (I p

Re: Node join streaming stuck at 100%

2012-06-03 Thread koji
aaron morton thelastpickle.com> writes: > > Did you restart ? All good? > Cheers > > > - > Aaron Morton > Freelance Developer > aaronmorton > http://www.thelastpickle.com > > > On 27/04/2012, at 9:49 AM, Bryce Godfrey wrote: > > This is the second node I’ve joined to my c

Re: Cassandra upgrade from 0.8.1 to 1.1.0

2012-06-03 Thread Roshan
Hi Hope this will help to you. http://www.datastax.com/docs/1.0/install/upgrading http://www.datastax.com/docs/1.1/install/upgrading Thanks. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-upgrade-from-0-8-1-to-1-1-0-tp7580198p7580210

Re: batch isolation

2012-06-03 Thread Todd Burruss
I just meant there is a "row delete" in the same batch as inserts - all to the same column family and key -Original Message- From: Sylvain Lebresne [sylv...@datastax.com] Received: Sunday, 03 Jun 2012, 3:44am To: user@cassandra.apache.org [user@cassandra.apache.org] Subject: Re: batch iso

Re: batch isolation

2012-06-03 Thread Sylvain Lebresne
On Sun, Jun 3, 2012 at 2:53 AM, Todd Burruss wrote:> > 1 – does this mean that a batch_mutate that first sends a "row delete" > mutation on key X, then subsequent insert mutations for key X is isolated? I'm not sure what you mean by having "a batch_mutate that first sends ... then ...", since a b