RE: Custom Authentication with Cassandra

2011-07-19 Thread Chandrasekhar M
- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Tuesday, July 19, 2011 8:33 PM To: user@cassandra.apache.org Subject: Re: Custom Authentication with Cassandra On Tue, Jul 19, 2011 at 5:50 AM, Chandrasekhar M wrote: > If one logs into the client (Cassandra Cli) without a userid or > pa

Custom Authentication with Cassandra

2011-07-19 Thread Chandrasekhar M
Hi, We are trying out Custom Authentication (with Database) with Cassandra, by implementing IAuthenticator interface. We are storing the following details in a properties file and passing the location of the properties file as a startup parameter to Cassandra 1. DB URL 2. DB User

Thrift Java Client - Get a column family from a Keyspace

2011-07-14 Thread Chandrasekhar M
Hi I have been playing around with Cassandra and its Java Thrift Client. >From my understanding, one could get/retrieve a Keyspace, KsDef object, using >the describe_keyspace(String name) method on the Cassandra.Client object. Subsequently, one could get a list of all the ColumnFamily definitio