Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FB8965FE for ; Thu, 4 Aug 2011 23:01:39 +0000 (UTC) Received: (qmail 63567 invoked by uid 500); 4 Aug 2011 23:01:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 63460 invoked by uid 500); 4 Aug 2011 23:01:35 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 63448 invoked by uid 99); 4 Aug 2011 23:01:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 23:01:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a44.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 23:01:28 +0000 Received: from homiemail-a44.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTP id 3BCF911805C for ; Thu, 4 Aug 2011 16:01:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=ha4vyJmQBn6UOnicNLsndYGqK6QBBy5iHPz9oQWj2Um NTR8VvsXYLXZp5pYKvD6+etI+RxoeqyR7rcajdgpHBhmuiWiDCm+jHoP9PBBgwbT fIwMt+a//ahz7LLHW8aBk/D4clx711GUTqZskVWarcG3yy8Mrx9APxeMSGrTJBXI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=zGTjCufXZXnNg4gxLdS3UL+WEiY=; b=EdWEO038Ex zPDZiaf3nhKhIMwIK5hHe/j0DVWJynCr/PfNiZhnaE9Ad1z1y69B1Vp0K6TJwxh5 PUfQdi6skNXbOS0Jy5xKMQ4+nz6o9bFQ4EZ+fdjoVGKpUTaamSZayYHcU0oxAFEs ni2YCiqAid0wrFVDp0JC838LOBWjxSqiU= Received: from [192.168.112.38] (115-64-146-148.static.tpgi.com.au [115.64.146.148]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTPSA id 83998118058 for ; Thu, 4 Aug 2011 16:01:01 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1244.3) Subject: Re: Problems using Thrift API in C From: aaron morton In-Reply-To: <1580898656.17440.1312477712588.JavaMail.root@mail-1.01.com> Date: Fri, 5 Aug 2011 09:00:59 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <2E0258D6-F4ED-4A8A-A381-727220776B25@thelastpickle.com> References: <1580898656.17440.1312477712588.JavaMail.root@mail-1.01.com> To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1244.3) X-Virus-Checked: Checked by ClamAV on apache.org Cassandra 0.8 uses Thrift 0.6+ If you are having problems using thrift 0.6 send over the error.=20 Cheers =20 ----------------- 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. >=20 > ----- Original Message ----- > From: "Rafael Almeida" > To: user@cassandra.apache.org > Sent: Thursday, August 4, 2011 1:53:20 PM > Subject: Re: Problems using Thrift API in C >=20 > ----- Original Message ----- >=20 >> From: Konstantin Naryshkin >> To: user@cassandra.apache.org >> Cc:=20 >> Sent: Thursday, August 4, 2011 10:36 AM >> Subject: Re: Problems using Thrift API in C >>=20 >> I have had similar issues when I generated Cassandra for Erlang. It = seems that=20 >> Thrift 0.6.1 (the latest stable version) does not work with = Cassandra. Using=20 >> Thrift 0.7 does. >>=20 >> I had issues where it would give me run time errors when trying to = send an=20 >> insert (it would not serialize correctly). >>=20 >=20 > 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 >=20 > Default TException >=20 > 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. >=20