Issue with Falcon API 0.9 - Creating a BundleApp

2016-08-04 Thread Chandrasekhar M
Hi, I am trying to use the API like so, creating a BundleApp via API. I am using Falcon 0.9 jars. private static void generateBundle() throws FalconException{ BUNDLEAPP bundleapp = new BUNDLEAPP(); //BUNDLEAPP bundle =

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

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 chandrasekha...@impetus.co.in wrote: If one logs into the client (Cassandra Cli

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