Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-19 Thread anuya joshi
Thank you Narendra/Aaron. Sorry for late respponse. PFB further information on this. 1) How do you delete the data in the cli ? Is it a row delete e.g. del MyCF['my-key']; *[Anuya]:* Yeach. Exactly the same way. 2) What client are you using the insert the row the second time ? e.g. custom th

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-12 Thread Narendra Sharma
Can u share the code? On Mon, May 2, 2011 at 11:34 PM, anuya joshi wrote: > Hello, > > I am using Cassandra for my application.My Cassandra client uses Thrift > APIs directly. The problem I am facing currently is as follows: > > 1) I added a row and columns in it dynamically via Thrift API Clien

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-11 Thread aaron morton
in-order to retrieve the data. >> >> Thank you, >> Jaydeep >> From: chovatia jaydeep >> To: "user@cassandra.apache.org" >> Sent: Monday, 2 May 2011 11:52 PM >> Subject: Re: Unable to add columns to empty row in Column family: Cassandra >> >

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-11 Thread anuya joshi
t; *To:* "user@cassandra.apache.org" > *Sent:* Monday, 2 May 2011 11:52 PM > *Subject:* Re: Unable to add columns to empty row in Column family: > Cassandra > > Hi Anuya, > > > However, columns are not being inserted. > > Do you mean to say that after insert

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-11 Thread anuya joshi
time-stamp when you reinserted > after delete operation. Your second insertion time-stamp has to be greater > than the previous insertion. > > Thank you, > Jaydeep > -- > *From:* anuya joshi > *To:* user@cassandra.apache.org > *Sent:* Monday,

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-03 Thread aaron morton
Second insertion time-stamp has to be greater than delete time-stamp in-order > to retrieve the data. > > Thank you, > Jaydeep > From: chovatia jaydeep > To: "user@cassandra.apache.org" > Sent: Monday, 2 May 2011 11:52 PM > Subject: Re: Unable to add columns

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-02 Thread chovatia jaydeep
ubject: Re: Unable to add columns to empty row in Column family: Cassandra Hi Anuya, > However, columns are not being inserted. Do you mean to say that after insert operation you couldn't retrieve the same data? If so, then please check the time-stamp when you reinserted after delet

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-02 Thread chovatia jaydeep
previous insertion. Thank you, Jaydeep From: anuya joshi To: user@cassandra.apache.org Sent: Monday, 2 May 2011 11:34 PM Subject: Re: Unable to add columns to empty row in Column family: Cassandra Hello, I am using Cassandra for my application.My Cassandra cli

Unable to add columns to empty row in Column family: Cassandra

2011-05-02 Thread anuya joshi
Hello, I am using Cassandra for my application.My Cassandra client uses Thrift APIs directly. The problem I am facing currently is as follows: 1) I added a row and columns in it dynamically via Thrift API Client 2) Next, I used command line client to delete row which actually deleted all the colu