RE: server needs thrift to run also?

2010-07-12 Thread Stu Hood
: server needs thrift to run also? I'm trying to follow along the twissandra installation instructions. So to get it running I have to install Thrift. So thrift runs as another service? So communication is done via thrift, which then communicates to Cassandra on another port?

Re: server needs thrift to run also?

2010-07-12 Thread S Ahmed
Subject: server needs thrift to run also? I'm trying to follow along the twissandra installation instructions. So to get it running I have to install Thrift. So thrift runs as another service? So communication is done via thrift, which then communicates to Cassandra on another port?

Re: server needs thrift to run also?

2010-07-12 Thread Stu Hood
You'll need Thrift installed to generate the _client_ code: the server code is embedded within Cassandra. -Original Message- From: S Ahmed sahmed1...@gmail.com Sent: Monday, July 12, 2010 3:49pm To: user@cassandra.apache.org Subject: Re: server needs thrift to run also? confused, why

Re: server needs thrift to run also?

2010-07-12 Thread Michael Pearson
@cassandra.apache.org Subject: server needs thrift to run also? I'm trying to follow along the twissandra installation instructions. So to get it running I have to install Thrift. So thrift runs as another service?  So communication is done via thrift, which then communicates to Cassandra on another port?

Re: server needs thrift to run also?

2010-07-12 Thread S Ahmed
To: user@cassandra.apache.org Subject: Re: server needs thrift to run also? confused, why does the installation guide say to build and make it then? http://github.com/ericflo/twissandra http://github.com/ericflo/twissandratwissandar is for 0.6.1 is that why? i.e. it was embedded

Re: server needs thrift to run also?

2010-07-12 Thread Benjamin Black
3:43pm To: user@cassandra.apache.org Subject: server needs thrift to run also? I'm trying to follow along the twissandra installation instructions. So to get it running I have to install Thrift. So thrift runs as another service?  So communication is done via thrift, which

Re: server needs thrift to run also?

2010-07-12 Thread Miguel Verde
Cassandra. -Original Message- From: S Ahmed sahmed1...@gmail.com Sent: Monday, July 12, 2010 3:49pm To: user@cassandra.apache.org Subject: Re: server needs thrift to run also? confused, why does the installation guide say to build and make it then? http://github.com

Re: server needs thrift to run also?

2010-07-12 Thread Eric Evans
On Mon, 2010-07-12 at 17:16 -0400, S Ahmed wrote: Ok I guess I have to read up on exactly what is going on here. I figured I could download twissandra, fire up cassandra and run the app! Pretty much, but you do need to install the Thrift python module (which the README does say). Try:

Re: server needs thrift to run also?

2010-07-12 Thread Jonathan Ellis
would it be hard to make easy_install pycassa install thrift automagically? On Mon, Jul 12, 2010 at 10:36 PM, Eric Evans eev...@rackspace.com wrote: On Mon, 2010-07-12 at 17:16 -0400, S Ahmed wrote: Ok I guess I have to read up on exactly what is going on here. I figured I could download

Re: server needs thrift to run also?

2010-07-12 Thread Eric Evans
On Mon, 2010-07-12 at 23:13 -0500, Jonathan Ellis wrote: would it be hard to make easy_install pycassa install thrift automagically? I think it would do that already, assuming that pycassa itself was installable from the cheeseshop (not sure why it isn't). Twissandra is actually using an