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" <almeidaraf@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 <konstantinn@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.
|