Re: Updating Cascal

2010-11-30 Thread Daniel Lundin
I'd highly recommend looking at Hector (v2) as well. It's very nice. I'm using it from Scala without any issues. Rather than duplicating the effort of scromium, cascal, scalandra, and not to mention Hector itself, perhaps it'd worthwhile taking a stab at a Scala interface wrapping Hector? Connect

Re: Updating Cascal

2010-11-30 Thread Michael Fortin
Your referring to this: https://github.com/cliffmoon/scromium right? Thanks for the tip, I'll give it a try. _Mike On Nov 30, 2010, at 9:51 AM, Jonathan Ellis wrote: > Did you look at Scromium? > > On Tue, Nov 30, 2010 at 8:27 AM, Michael Fortin wrote: >> Hi Tyler, >> Thanks for the respons

Re: Updating Cascal

2010-11-30 Thread Jonathan Ellis
Did you look at Scromium? On Tue, Nov 30, 2010 at 8:27 AM, Michael Fortin wrote: > Hi Tyler, > Thanks for the response.  I decided to give up on it, and start my own Scala > based api modeled on Cascal since it's no longer supported. > _M!ke > On Nov 30, 2010, at 1:06 AM, Tyler Hobbs wrote: > > A

Re: Updating Cascal

2010-11-30 Thread Michael Fortin
Hi Tyler, Thanks for the response. I decided to give up on it, and start my own Scala based api modeled on Cascal since it's no longer supported. _M!ke On Nov 30, 2010, at 1:06 AM, Tyler Hobbs wrote: > Are you sure you're using the same key for batch_mutate() and get_slice()? > They appear

Re: Updating Cascal

2010-11-29 Thread Tyler Hobbs
Are you sure you're using the same key for batch_mutate() and get_slice()? They appear different in the logs. - Tyler On Thu, Nov 25, 2010 at 10:14 AM, Michael Fortin wrote: > Hello, > I forked Cascal (Scala based client for cassandra) and I'm attempting to > update it to cassandra 0.7. I hav

Updating Cascal

2010-11-25 Thread Michael Fortin
Hello, I forked Cascal (Scala based client for cassandra) and I'm attempting to update it to cassandra 0.7. I have it partially working, but I'm getting stuck on a few areas. I have most of the unit tests working from the original code, but I'm having an issue with batch_mutate(keyToFamilyMut