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
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
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
>>
>
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
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,
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
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
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
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