Re: Generated code for csharp thrift interface for Cassandra

2010-03-25 Thread Raymond Wilson
e directly. The generated Java code for Cassandra is almost 3 loc. The java Thrift generator is 3700. (The csharp generator is 1700, probably mostly due to not having to deal with checked exceptions, and java getting new features like unions first.) On Wed, Mar 24, 2010 at 10:28 PM, Raymond Wil

Generated code for csharp thrift interface for Cassandra

2010-03-24 Thread Raymond Wilson
I am looking implementing support for talking to Cassandra from within a piece of software written in Delphi . For reference purposes, the generated csharp code for the Cassandra Thrift API would be very useful. Does anyone on the list have this generated code they could send my way? Th

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
Now you know you have Java and Ant setup properly, try removing your .ivy2 folder ( C:\Users\rwilson\.ivy2 ) and just running ant (don't specify a target). The build script seems to do all the retrieve stuff, so you shouldn't need to do that manually. Cheers, Chris On 24

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
shouldn't need to do that manually. Cheers, Chris On 24 March 2010 02:49, Raymond Wilson wrote: Hi, I've been looking at using Cassandra as a distributed database for use in our server software, which runs on Windows. This afternoon I've been trying to get Cassa

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
Is there a target data for 0.6-final? Raymond. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, 24 March 2010 4:29 p.m. To: user@cassandra.apache.org Subject: Re: Frustrations installing Cassandra on Windows On Tue, Mar 23, 2010 at 9:49 PM, Raymond

Frustrations installing Cassandra on Windows

2010-03-23 Thread Raymond Wilson
Hi, I've been looking at using Cassandra as a distributed database for use in our server software, which runs on Windows. This afternoon I've been trying to get Cassandra installed and running. Actually installing Cassandra was pretty easy, at least in the steps of "Download it, setup CASSANDRA_H