Re: Apache Cassandra and Net::Cassandra::Easy

2010-05-12 Thread Scott Doty
Well, ain't that a kick in the tush. :-/ I grabbed the svn trunk, but build failed, probably because Fedora 11 is too old for this bleeding edge stuff. Server is upgrading itself now, but I wondered: is anyone using an rpm-based distro for Net::Cassandra::Easy and the svn Cassandra? Thanks.

Re: Apache Cassandra and Net::Cassandra::Easy

2010-05-11 Thread Ted Zlatanov
On Tue, 11 May 2010 14:29:13 -0500 Jonathan Ellis wrote: JE> 2010/5/11 Ted Zlatanov : >> The latest N::C::Easy will not work with Cassandra 0.6.x, the only >> target is SVN trunk.  I can't discover the API version on the server so >> there's no way to anticipate such breakage as you see (I suspe

Re: Apache Cassandra and Net::Cassandra::Easy

2010-05-11 Thread Jonathan Ellis
2010/5/11 Ted Zlatanov : > The latest N::C::Easy will not work with Cassandra 0.6.x, the only > target is SVN trunk.  I can't discover the API version on the server so > there's no way to anticipate such breakage as you see (I suspect it's > due to API mismatch).  The Cassandra developers haven't a

Re: Apache Cassandra and Net::Cassandra::Easy

2010-05-11 Thread Scott Doty
On 05/11/2010 10:45 AM, Ted Zlatanov wrote: > SD> My prototype app can be seen here: > > SD> http://bito.ponzo.net/Hatchet/ > > > The latest N::C::Easy will not work with Cassandra 0.6.x, the only > target is SVN trunk. I can't discover the API version on the server so > there's no way to anticipa

Re: Apache Cassandra and Net::Cassandra::Easy

2010-05-11 Thread Ted Zlatanov
On Tue, 11 May 2010 09:40:02 -0700 Scott Doty wrote: SD> I'm trying to wrap my head around Net::Cassandra::Easy, and it's making SD> me cross-eyed. SD> My prototype app can be seen here: SD> http://bito.ponzo.net/Hatchet/ SD> The idea is to index logfiles by various keys, using Cassandra's ex

Apache Cassandra and Net::Cassandra::Easy

2010-05-11 Thread Scott Doty
Hi folks, I'm trying to wrap my head around Net::Cassandra::Easy, and it's making me cross-eyed. My prototype app can be seen here: http://bito.ponzo.net/Hatchet/ The idea is to index logfiles by various keys, using Cassandra's extreme write speed to keep up with the millions of lines of logfil