AW: PasswordAuthenticator

2013-06-05 Thread Michael Hanl
That's the thing. I don't. Whereas the column families et successfully created, the user is not. And no, I don't have any of those messages in my logs. I checked a couple of times while restarting the nodes. Greetings Michael Hanl Michal Michalski schrieb: >Don't you have a default "cassandra

Re: PasswordAuthenticator

2013-06-05 Thread Michal Michalski
Don't you have a default "cassandra" user in system_auth.users? cqlsh> SELECT * from system_auth.users ; name | super ---+--- cassandra | True It should be created on startup and you should see this in your logs: "PasswordAuthenticator created default user cassandra" Howev

PasswordAuthenticator

2013-06-05 Thread Michael Hanl
Hello, Based on several examples online I was trying to use the PasswordAuthenticator on our project nodes. Although setting it up with the version 1.2.5 of cassandra was not that difficult, I cannot seem to get access neither in cqlsh nor in the CLI. Having a look at the filesystem and the sc

Re: CAS UPDATE: save round trip by returning column values

2013-06-05 Thread Sylvain Lebresne
Doesn't sound like a bad idea to me a priori. Would you mind opening a JIRA ticket for that so it doesn't fell through the cracks? -- Sylvain On Sat, Jun 1, 2013 at 9:46 PM, Blair Zajac wrote: > Hello, > > Looking at the new CAS CQL3 support examples [1], if one lost a race for > an UPDATE, to