Re: simple authentication in cascal

2010-06-30 Thread Chris Shorrock
zed writes, which may corrupt the database. But I couldn't > find any info on how to use SimpleAuthenticator in the scala client. > > Steve > > On Sat, Jun 26, 2010 at 3:07 PM, Chris Shorrock wrote: > > Hey Steve, > What type of authentication are you looking to do?

Re: simple authentication in cascal

2010-06-26 Thread Chris Shorrock
Hey Steve, What type of authentication are you looking to do? Cassandra itself doesn't, as far as I know, support any sort of user setup or authentication so it's on the onus of the application developer to lock things down appropriately. Chris On Fri, Jun 25, 2010 at 5:42 PM, Steve Lihn wrote:

unbalanced token assignment with random partioner

2010-05-17 Thread Chris Shorrock
I have a feeling this issue may be more misunderstanding than anything else, but after searching for an explanation in the wiki and elsewhere my understanding of token assignments leads me to believe that unbalancing is bound to occur. Given a relatively simple example if we take a 2 node cassandr

effective modeling for fixed limit columns

2010-04-16 Thread Chris Shorrock
I'm attempting to come up with a technique for limiting the number of columns a single key (or super column - doesn't matter too much for the context of this conversation) may contain at any one time. My actual use-case is a little too meaty to try to describe so an alternate use-case of this mecha

Re: cascal - high level scala cassandra client (yes - another one)

2010-04-10 Thread Chris Shorrock
rnal needs, however it may be handy for some. Detailed usage instructions available on the Wiki @ GitHub. Cheers. On Mon, Apr 5, 2010 at 3:00 PM, Chris Shorrock wrote: > Thanks guys - Will definitely toss mention of it in the Wiki..(the graphic > was created using http://yuml.me/ - Great

Re: cascal - high level scala cassandra client (yes - another one)

2010-04-05 Thread Chris Shorrock
Thanks guys - Will definitely toss mention of it in the Wiki..(the graphic was created using http://yuml.me/ - Great tool for quickly throwing something together using pretty simple syntax) On Mon, Apr 5, 2010 at 2:43 PM, Mike Malone wrote: > On Sat, Apr 3, 2010 at 12:12 PM, Matthew Chambers >

cascal - high level scala cassandra client (yes - another one)

2010-04-03 Thread Chris Shorrock
For the past week or so I've been developing (another) Scala based high level Cassandra client - Cascal. While I know there's several other (good quality) clients I thought developing my own would be a great way to familiarize myself with Cassandra as part of my analysis at work (which it was!). W