Re: 0.8.0 thrift api?

2011-04-24 Thread Michael Fortin
and the counter API are accessible via Thrift. > > Robert Jackson > > From: "Michael Fortin" > To: user@cassandra.apache.org > Sent: Saturday, April 23, 2011 2:38:07 PM > Subject: 0.8.0 thrift api? > > Hi, > Were can I find the thrift api documentation for 0

0.8.0 thrift api?

2011-04-23 Thread Michael Fortin
Hi, Were can I find the thrift api documentation for 0.8? What's in the wiki is only for <=7. I'm especially inserted in the new query and counter api's. That's accessible via thrift, right? Thanks, Mike

Re: super_column.name?

2011-03-18 Thread Michael Fortin
Lebresne wrote: > Are you using thrift 0.5 as downloaded from there: > http://incubator.apache.org/thrift/download/ ? > > On Thu, Mar 17, 2011 at 10:20 PM, Michael Fortin wrote: >> Thanks for the response, sorry if my initial question wasn't clear. >> >> When using

Re: super_column.name?

2011-03-17 Thread Michael Fortin
> > -- > Sylvain > > On Thu, Mar 17, 2011 at 4:20 AM, Michael Fortin wrote: >> Hi, >> >> I've been working on a scala based api for cassandra. I've built it >> directly on top of thrift. I'm having a problem getting a slice of a >> supe

super_column.name?

2011-03-16 Thread Michael Fortin
Hi, I've been working on a scala based api for cassandra. I've built it directly on top of thrift. I'm having a problem getting a slice of a superColumn. When I get a columnOrSuperColumn back, and call 'cos.super_column.name' and deserialize the bytes I'm not getting the expected output. He

counters & v0.8

2011-02-26 Thread Michael Fortin
I'm eagerly awaiting the counters (http://wiki.apache.org/cassandra/Counters) that are part of version 0.8. Is there a beta coming out or some way I can play with it? thx Mike

Re: best way to do a count

2011-01-16 Thread Michael Fortin
ers but these are not in the recent 0.7 > release. I lost track of things over the holidays, perhaps someone else knows > when these are scheduled to go public. > > Aaron > > On 13 Jan, 2011,at 09:12 AM, Michael Fortin wrote: > >> I was working on a schema that look

best way to do a count

2011-01-12 Thread Michael Fortin
I was working on a schema that looks something like this: HitFamily [UUID 1] ['user-agent'] = '…' HitFamily [UUID 1] ['referer'] = '…' HitFamily [UUID 1] ['client_id'] = Long … HitCountFamily [client_id as Long] [Current Date as Long] = UUID1 What I'd like to do is count the columns between a d

Re: Cassandra 0.7.0 Release in Riptano public repository?

2011-01-11 Thread Michael Fortin
Thanks for your thoughtful and detailed replies Eric, it's much appreciated. Mike On Jan 11, 2011, at 11:23 AM, Eric Evans wrote: > On Tue, 2011-01-11 at 09:23 -0500, Michael Fortin wrote: >> This my understanding of 0.* releases. >> - They're not considered production

Re: Cassandra 0.7.0 Release in Riptano public repository?

2011-01-11 Thread Michael Fortin
7;m itching to use it on some production projects where I think it would be a great fit, but 0.* designation scares me a little. Of course, a hastily released 1.* would be worse. Mike On Jan 10, 2011, at 5:22 PM, Eric Evans wrote: > On Mon, 2011-01-10 at 16:51 -0500, Michael Fortin wr

Re: Cassandra 0.7.0 Release in Riptano public repository?

2011-01-10 Thread Michael Fortin
Congrats on the release. Is there a roadmap posted somewhere for cassandra? I didn't see one on the wiki. I was curious to know what major features are in future and if there was a crude timeline for a 1.0 release. thanks, mike On Jan 10, 2011, at 2:50 PM, Nate McCall wrote: > The RPM wa

thrift error

2010-12-01 Thread Michael Fortin
Hello, I'm trying to insert a super column but I can't get passed this error. the error: InvalidRequestException(why:column name must not be empty) at org.apache.cassandra.thrift.Cassandra$insert_result.read(Cassandra.java:14408) at org.apache.cassandra.thrift.Cassandra$Client

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 Tyle

Re: Updating Cascal

2010-11-30 Thread Michael Fortin
e()? > 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 have it partially working, but I'

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