Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 74100 invoked from network); 22 Oct 2010 18:11:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Oct 2010 18:11:54 -0000 Received: (qmail 68399 invoked by uid 500); 22 Oct 2010 18:11:52 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 68283 invoked by uid 500); 22 Oct 2010 18:11:52 -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 68275 invoked by uid 99); 22 Oct 2010 18:11:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 18:11:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jt4websites@googlemail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 18:11:46 +0000 Received: by fxm9 with SMTP id 9so48326fxm.31 for ; Fri, 22 Oct 2010 11:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=kPZ7J9EUTpXWzIvbZXLEzZdiCUZLIf0OXJTxPdoCvkw=; b=e6bb01suW3j7cAgRwruC6ql8C3eoisc3xHRbcn90n8pReTL+thGOlq/Kb0pPl+fRPJ ywxU4GQtaLitEXCEkIv/1vYEhOBTa0pd3Y5V2qVE7T/qhZbgDKKHWDR2qTx0MRZWiqcV KiHHffrD/Fu+E/ylMMIvpoU1mJw8TCYSMdxPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DB2q+UUrm/mv9j/zHS65ZRTMDR4CxK/HI0IOy1hwM/wOpcXZIqiCbzN+mrc2fyNKP+ 0lAQ3Gc3kEMK3HCLxDQGml/tPyv2VaXPvuc8UkeuVFTO0y/SanUlPddVb4dAcSOJ1LV+ 5KtlpY6faXFzaNkJn3ctTebbs+1hdW0Lypt1Q= MIME-Version: 1.0 Received: by 10.239.181.193 with SMTP id n1mr1180297hbg.85.1287771083951; Fri, 22 Oct 2010 11:11:23 -0700 (PDT) Received: by 10.220.60.199 with HTTP; Fri, 22 Oct 2010 11:11:23 -0700 (PDT) In-Reply-To: <6a7f3726-6053-4ba1-ebcd-faa7fa78f78b@me.com> References: <6a7f3726-6053-4ba1-ebcd-faa7fa78f78b@me.com> Date: Fri, 22 Oct 2010 19:11:23 +0100 Message-ID: Subject: Re: error: identifier ONE is unqualified! From: J T To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001485f90f5202d5d104933892f0 X-Virus-Checked: Checked by ClamAV on apache.org --001485f90f5202d5d104933892f0 Content-Type: text/plain; charset=ISO-8859-1 Thanks very much, that did the trick :) On Thu, Oct 21, 2010 at 9:28 PM, Aaron Morton wrote: > Look for lib/thrift-rXXXXX.jar in the source. XXXX is the svn revision to > use. > > http://wiki.apache.org/cassandra/InstallThrift > > Not sure if all those steps still apply, but it's what I did last time I > felt like feeling some angst. > > Aaron > > > On 22 Oct, 2010,at 08:57 AM, J T wrote: > > What is the latest version of Thrift that cassandra-trunk is is supposed to > work with ? > > I know Thrift 0.2.0 works, I'm using that on an existing cassandra 0.7 > trunk install. > > I recently tried setting up another casandra node and just got the latest > version of Thrift, which is now at 0.6.0 but after getting thrift to build, > which was as much of a pain as I remember it being from my previous install, > I am unable to generate the thrift cassandra bindings - in my case i'm > interested in the erlang bindings, but I get the same problem if I try > producing the python or java bindings. > > The error that occurs is below: > > gen-thrift-py: > [echo] Generating Thrift Python code from > /opt/cassandra-trunk-0.7.0/interface/cassandra.thrift .... > [exec] > * [exec] > [FAILURE:/opt/cassandra-trunk-0.7.0/interface/cassandra.thrift:376] error: > identifier ONE is unqualified!* > [exec] Result: 1 > > Sure, I could go through each version of thrift backwards, to 0.2.0 but > given how much hassle I have building it each time I thought it worth asking > you guys what the latest version you use is ? > > Jason > > --001485f90f5202d5d104933892f0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks very much, that did the trick :)

O= n Thu, Oct 21, 2010 at 9:28 PM, Aaron Morton <aaron@thelastpickle.com> = wrote:
Look for =A0lib/thrift-rXXXXX.jar= in the source. XXXX is the svn revision to use.=A0

http://wiki.apache.org/cassandra/InstallThrift

Not sure if all those steps still apply, but it's w= hat I did last time I felt like feeling some angst.=A0

=
Aaron


On 22 Oct, 2010,at 08:57 AM, J T <jt4websites@googlemail.co= m> wrote:

What= is the latest version of Thrift that cassandra-trunk is is supposed to wor= k with ?

I know Thrift 0.2.0 works, I'm using that on an exi= sting cassandra 0.7 trunk install.

I recently tried setting up another casandra node and just got t= he latest version of Thrift, which is now at 0.6.0=A0but after getting thri= ft to build, which was as much of a pain as I remember it being from my pre= vious install, I am unable to generate the thrift cassandra bindings - in m= y case i'm interested in the erlang bindings, but I get the same proble= m if I try producing the python or java bindings.

The error that occurs is below:

gen-thrift-py:
=A0=A0 =A0 [echo] Generating Thrift Python code = from /opt/cassandra-trunk-0.7.0/interface/cassandra.thrift ....
= =A0=A0 =A0 [exec]=A0
=A0=A0 =A0 [exec] [FAILURE:/opt/cassandra-trunk-0.7.0/interface/cas= sandra.thrift:376] error: identifier ONE is unqualified!
=A0= =A0 =A0 [exec] Result: 1

Sure, I could go through = each version of thrift backwards, to 0.2.0 but given how much hassle I have= building it each time I thought it worth asking you guys what the latest v= ersion you use is ?

Jason

--001485f90f5202d5d104933892f0--