Re: What’s The Best Practice In Designing A Cassan dra Data Model?

2009-10-02 Thread Mark Robson
I'm not sure there are any best practices, but I've replied with some ideas here: http://stackoverflow.com/questions/1502735/whats-the-best-practice-in-designing-a-cassandra-data-model/1512978#1512978 Cheers Mark

What’s The Best Practice In Designing A Cassandra Data Model?

2009-10-02 Thread Jerry JI
Hi, May I know what the best practices in designing a Cassandra data model are? And what are the pitfalls to avoid? Thanks in advance. Sincerely, Jerry P.S. I asked the same question on StackOverflow ( http://stackoverflow.com/questions/1502735/whats-the-best-practice-in-designing-a-cassandra-da

Re: Logo Design Contest

2009-10-02 Thread Curt Micol
On Fri, Oct 2, 2009 at 11:48 AM, Eric Evans wrote: > Does this mean that everyone is happy with the 11 candidate logos? > http://99designs.com/contests/28940?orderby=timesubmitted&filterby=highrating > > We'll need to start a vote soon (there are time limits imposed by > 99designs for awarding the

Re: Logo Design Contest

2009-10-02 Thread Eric Evans
On Wed, 2009-09-30 at 16:13 -0500, Eric Evans wrote: > On Wed, 2009-09-23 at 11:39 -0500, Eric Evans wrote: > > A logo design contest is now underway at 99designs.com. > > > > http://99designs.com/contests/28940 > > > > The contest brief can be found here: > > http://99designs.com/contests/28940/

Re: client code supercolumn insertion from cassandra 0.3.0 to 0.4.0

2009-10-02 Thread Jonathan Ellis
On Fri, Oct 2, 2009 at 3:50 AM, ROGER PUIG GANZA wrote: > Code for Cassandra 0.4.0 . It’s suppoded to be working but when I fetch a > superColumn with using the superKey, it returns a NotFoundException and when > using the Cassandra-cli, I get this > > InvalidRequestException(why:column parameter

client code supercolumn insertion from cassandra 0.3.0 to 0.4.0

2009-10-02 Thread ROGER PUIG GANZA
Hi, I'm having problems with the translation of the client code for Cassandra 0.3.0 to the 0.4.0 My code for inserting columns is working properly but the one for the supercolumns is not working. Can anyone point me where the error is? I'm skipping the exception handling code. Code for Cassandr