Re: Login failure with SimpleAuthenticator

2010-05-03 Thread Julio Carlos Barrera Juez
an internalerror, you need to check the server logs for the exception that caused it On Wed, Apr 28, 2010 at 6:20 AM, Julio Carlos Barrera Juez juliocar...@gmail.com wrote: Hi all! I am using org.apache.cassandra.auth.SimpleAuthenticator to use authentication in my cluster with one node (with cassandra

Re: inserting rows in columns inside a supercolumn

2010-04-28 Thread Julio Carlos Barrera Juez
OK, I have solved my problems with Cassandra data model. Now I am using Column Families of type Super and SuperColumns with many columns inside. Thanks! 2010/4/16 Julio Carlos Barrera Juez juliocar...@gmail.com Hi again, First of all, obviously, I have omitted the timestamps to make easy

Login failure with SimpleAuthenticator

2010-04-28 Thread Julio Carlos Barrera Juez
Hi all! I am using org.apache.cassandra.auth.SimpleAuthenticator to use authentication in my cluster with one node (with cassandra 0.6.1). I have put: Authenticatororg.apache.cassandra.auth.SimpleAuthenticator/Authenticator in storage-conf.xml file, and: keyspace=username in access.properties

Re: inserting rows in columns inside a supercolumn

2010-04-16 Thread Julio Carlos Barrera Juez
designations entirely, it would still be understood. Columns in Cassandra always have timestamps, you can't omit them. Can you post a snippet of the code you are using and the error you get? On Thu, Apr 15, 2010 at 5:02 AM, Julio Carlos Barrera Juez juliocar...@gmail.com wrote: Hi all, I'm