Re: Thrift vs. Hector

2010-04-27 Thread David Boxenhorn
Thanks for all your help, Ran! (I'll probably be needing more, later...) On Tue, Apr 27, 2010 at 2:28 PM, Ran Tavory wrote: > if you're speaking of an eclipse thrift project, then I don't think you > need one, no. > > > On Tue, Apr 27, 2010 at 2:14 PM, David Boxenhorn wrote: > >> So I should get

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
if you're speaking of an eclipse thrift project, then I don't think you need one, no. On Tue, Apr 27, 2010 at 2:14 PM, David Boxenhorn wrote: > So I should get rid of my Thrift project? > > > On Tue, Apr 27, 2010 at 2:11 PM, Ran Tavory wrote: > >> It includes thrift, yes. >> You need cassandra

Re: Thrift vs. Hector

2010-04-27 Thread David Boxenhorn
So I should get rid of my Thrift project? On Tue, Apr 27, 2010 at 2:11 PM, Ran Tavory wrote: > It includes thrift, yes. > You need cassandra as well (the jar includes both client and server code) > > On Apr 27, 2010 2:03 PM, "David Boxenhorn" wrote: > > Some background: I am part of a team wh

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
It includes thrift, yes. You need cassandra as well (the jar includes both client and server code) On Apr 27, 2010 2:03 PM, "David Boxenhorn" wrote: Some background: I am part of a team which is working on a rather large internet program. It is currently using an RDBMS, but we want to start usin

Re: Thrift vs. Hector

2010-04-27 Thread David Boxenhorn
Some background: I am part of a team which is working on a rather large internet program. It is currently using an RDBMS, but we want to start using Cassandra. I'm working in Eclipse. I downloaded and unzipped hector-0.6.0-11.zip and got a whole bunch of jars, most of which don't look like Hector.

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
good link, thanks, can I get one done for hector as? :) There are some wiki pages and blog posts in the above mentioned links so they are a good start for hector, then there are some unit tests, but I certainly would appreciate help from the community here. On Tue, Apr 27, 2010 at 1:25 PM, Swaroop

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
On Tue, Apr 27, 2010 at 1:14 PM, David Boxenhorn wrote: > Thanks, Ran. Very nice to meet you! > :) > > Responses inline. Summary: I downloaded and unzipped Thrift and Hector. I > included them in my project. What do I do now? > On Tue, Apr 27, 2010 at 1:01 PM, Ran Tavory wrote: > >> Hi David, I

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
That was a lame joke - here it is (in the mail). I can use some help with it, but what we have now for hector is here http://wiki.github.com/rantav/hector/ And for thrift, at lease the parts I know of: http://wiki.apache.org/cassandra/ThriftExamples but you sh

Re: Thrift vs. Hector

2010-04-27 Thread David Boxenhorn
Thanks, Ran. Very nice to meet you! Responses inline. Summary: I downloaded and unzipped Thrift and Hector. I included them in my project. What do I do now? On Tue, Apr 27, 2010 at 1:01 PM, Ran Tavory wrote: > Hi David, I have a few questions (and answers), see inline > > On Tue, Apr 27, 2010 a

Re: Thrift vs. Hector

2010-04-27 Thread Ran Tavory
Hi David, I have a few questions (and answers), see inline On Tue, Apr 27, 2010 at 12:49 PM, David Boxenhorn wrote: > Hi all, > > I'm trying to install a Cassandra development environment for Java. It is > much harder than I thought it would be > > I got Cassandra up and running with the CLI

Thrift vs. Hector

2010-04-27 Thread David Boxenhorn
Hi all, I'm trying to install a Cassandra development environment for Java. It is much harder than I thought it would be I got Cassandra up and running with the CLI. So now I'm trying to get the Java interface up. Thrift is installed, supposedly. Basic questions (thanks in advance): 1. Is