Cassandra 0.8 uses Thrift 0.6+ If you are having problems using thrift 0.6 send over the error.
Cheers ----------------- Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 5 Aug 2011, at 03:08, Konstantin Naryshkin wrote: > Rafael: Try using the latest version of Thrift (0.7) it seems that older > versions cannot talk to Cassandra properly. > > ----- Original Message ----- > From: "Rafael Almeida" <almeida...@yahoo.com> > To: user@cassandra.apache.org > Sent: Thursday, August 4, 2011 1:53:20 PM > Subject: Re: Problems using Thrift API in C > > ----- Original Message ----- > >> From: Konstantin Naryshkin <konstant...@a-bb.net> >> To: user@cassandra.apache.org >> Cc: >> Sent: Thursday, August 4, 2011 10:36 AM >> Subject: Re: Problems using Thrift API in C >> >> I have had similar issues when I generated Cassandra for Erlang. It seems >> that >> Thrift 0.6.1 (the latest stable version) does not work with Cassandra. Using >> Thrift 0.7 does. >> >> I had issues where it would give me run time errors when trying to send an >> insert (it would not serialize correctly). >> > > I have a problem using thrift on C as well. I'm using thrift 0.5 and if I try > to add > a row to a column family that doesn't exists the exception I get is > > Default TException > > very unspecific. Is that an issue of cassandra? Is there probably something > wrong > with my setup? I was hoping to get an "Column family not found" message or > something in those lines. >