Re: idiomatic way to do zeitgeist kind of counter behavior in cassandra

2009-07-22 Thread mobiledreamers
Thanks michael it is very pertinent to this question On Wed, Jul 22, 2009 at 9:36 PM, Michael Greene wrote: > See this previous discussion of a related topic > http://markmail.org/thread/w3mrh4h64xpf3vuj > > Michael > > On Wed, Jul 22, 2009 at 11:31 PM, wrote: > > I m trying to figure out how to

Digg's Python Cassandra Client: Lazyboy

2009-07-22 Thread Chris Goffinet
Hey guys, Just wanted to let everyone know we released our client tonight at the Cassandra hackathon, its for Python 2.5x (haven't tested 2.4). It's up on Github: http://github.com/digg/lazyboy/tree/master Feedback welcome. -Chris

Re: idiomatic way to do zeitgeist kind of counter behavior in cassandra

2009-07-22 Thread Michael Greene
See this previous discussion of a related topic http://markmail.org/thread/w3mrh4h64xpf3vuj Michael On Wed, Jul 22, 2009 at 11:31 PM, wrote: > I m trying to figure out how to implement a zeitgeist in cassandra > > How do we implement the counter, do we need to the get the value increment > and i

idiomatic way to do zeitgeist kind of counter behavior in cassandra

2009-07-22 Thread mobiledreamers
I m trying to figure out how to implement a zeitgeist in cassandra How do we implement the counter, do we need to the get the value increment and insert again or are there other ways to do this thanks a lot

Re: Cassandra hackfest! Wednesday, July 22nd 6pm @ Twitter, San Francisco

2009-07-22 Thread Evan Weaver
The presentation will be broadcast on http://justin.tv/cassandradb at 6:30pm PDT (world time: http://bit.ly/KaITu). As usual, the Cassandra IRC channel is #cassandra on Freenode. Evan On Thu, Jul 16, 2009 at 6:14 PM, Evan Weaver wrote: > I'll announce broadcast details for the presentation next

Re: keys and column names cannot be utf-8

2009-07-22 Thread mobiledreamers
Still gives error - x.search and x.related are unicode words and when they are used as key or column name the following erros come up x.search Out[5]: u'\ucd5c\uc9c4\uc2e4 \uc774\ud63c' In [6]: x.related Out[6]: u'\ucd5c\uc9c4\uc2e4 \uc774\ud63c' In [7]: client.insert('Table1', x.search, ColumnPa

Re: thrift+cassandra on RedHat 5...

2009-07-22 Thread Anthony Molinaro
The problem you are having with thrift has to do with autoconf and automake being older versions than work with thrift. I worked around this by copying the macros from newer installs and adding them to an acsite.m4 file. I've attached the file, so if you just drop it into the root of the thrift

Re: thrift+cassandra on RedHat 5...

2009-07-22 Thread John Doe
From: Eric Evans > If you are having issues getting Thrift installed, your best bet would > be to post to one of their lists > (http://incubator.apache.org/thrift/mailing/). They're better equipped > to help you with this sort of problem. Thx for the link! Google sent me to http://publists.facebo

Re: thrift+cassandra on RedHat 5...

2009-07-22 Thread Eric Evans
On Wed, 2009-07-22 at 06:57 -0700, John Doe wrote: > I need help with installing thrift-796660 and cassandra-0.3.0 on RedHat 5. > I don't have much experience with java installs... > I install everything in $PREFIX. > > # Thrift # [ ... ] > Then make fails on the test directory... > If I

thrift+cassandra on RedHat 5...

2009-07-22 Thread John Doe
Hi, I need help with installing thrift-796660 and cassandra-0.3.0 on RedHat 5. I don't have much experience with java installs... I install everything in $PREFIX. # Thrift # [thrift]$ ./bootstrap.sh configure.ac:50: error: possibly undefined macro: AC_PROG_MKDIR_P If this token and