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

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 anu...@gmail.com 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

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

2011-05-11 Thread aaron morton
How do you delete the data in the cli ? Is it a row delete e.g. del MyCF['my-key']; What client are you using the insert the row the second time ? e.g. custom thrift wrapper or pycassa How is the second read done, via the cli ? Does the same test work when you only use your app ?

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

2011-05-03 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

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

2011-05-03 Thread chovatia jaydeep
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 delete operation. Your second insertion time-stamp has to be greater than the previous

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

2011-05-03 Thread chovatia jaydeep
One small correction in my mail below.  Second insertion time-stamp has to be greater than delete time-stamp in-order to retrieve the data. Thank you, Jaydeep From: chovatia jaydeep chovatia_jayd...@yahoo.co.in To: user@cassandra.apache.org