RE: how to configure cassandra as multi tenant

2012-06-11 Thread MOHD ARSHAD SALEEM
help you want ... check out the maililng lists / resources for the various API's that make working with Thrift easier: Hector Pycassa PHPCassa etc. -sd On Mon, Jun 11, 2012 at 12:05 PM, MOHD ARSHAD SALEEM mailto:marshadsal...@tataelxsi.co.in>> wrote: Hi Sasha, Thanks for your reply.

RE: how to configure cassandra as multi tenant

2012-06-11 Thread MOHD ARSHAD SALEEM
bator-apache-org.3065146.n2.nabble.com/For-multi-tenant-is-it-good-to-have-a-key-space-for-each-tenant-td6723290.html On Mon, Jun 11, 2012 at 11:37 AM, MOHD ARSHAD SALEEM mailto:marshadsal...@tataelxsi.co.in>> wrote: Hi Aaron, Can you send me some particular link related to multi tena

RE: how to configure cassandra as multi tenant

2012-06-11 Thread MOHD ARSHAD SALEEM
ARSHAD SALEEM wrote: Hi All, I wanted to know how to use cassandra as a multi tenant . Regards Arshad

RE: Problem in adding a new node

2012-06-08 Thread MOHD ARSHAD SALEEM
Hi, the node which you added in that (cassandra.yaml file)give the ip address of 1st node in seeds option. Regards Arshad From: Prakrati Agrawal [prakrati.agra...@mu-sigma.com] Sent: Friday, June 08, 2012 12:44 PM To: user@cassandra.apache.org Subject: Problem in

how to configure cassandra as multi tenant

2012-06-07 Thread MOHD ARSHAD SALEEM
Hi All, I wanted to know how to use cassandra as a multi tenant . Regards Arshad

RE: Query

2012-06-06 Thread MOHD ARSHAD SALEEM
t(); columns.add(columnFamily1); KeyspaceDefinition testKeyspace = HFactory.createKeyspaceDefinition(keyspace, org.apache.cassandra.locator.SimpleStrategy.class.getName(), 1, columns); cluster.addKeyspace(testKeyspace); -- Filippo Diotalevi On Wednesday, 6 June 2012 at 07:05, MOHD ARSHAD SALEEM wrote: Hi

how to create keyspace using cassandra API's

2012-06-06 Thread MOHD ARSHAD SALEEM
Hi All, I am using Hector as a client in cassandra.And iam trying to create Keyspace using the following API's Keyspace keyspace = HFactory.createKeyspace("test", cluster); but it showing the following error: caused by: InvalidRequestException(why:Keyspace test does not exist) can any body help

Query

2012-06-05 Thread MOHD ARSHAD SALEEM
Hi All, I am using Hector client for cassandra . I wanted to know how to create keyspace and column family using API's to read and write data. or i have to create keyspace and column family manually using command line interface. Regards Arshad

RE: How to configure the Cassandra connection using Hector

2012-06-05 Thread MOHD ARSHAD SALEEM
In the following line give cluster = HFactory.getCluster("Test Cluster",ip:9160); ip =ip address of your machine and respective port no. Regards Arshad From: Prakrati Agrawal [prakrati.agra...@mu-sigma.com] Sent: Tuesday, June 05, 2012 3:00 PM To: user@cassandra.a

Query

2012-06-04 Thread MOHD ARSHAD SALEEM
Hi all, I wanted to know how to read and write data using cassandra API's . is there any link related to sample program . Regards Arshad