Re: how to create keyspace using cassandra API's

2012-06-06 Thread Abhijit Chanda
U can use Astyanax API. These sort minor issues are resolved in that API. Regards, Abhijit

Re: how to create keyspace using cassandra API's

2012-06-06 Thread aaron morton
You can use the CLI http://www.datastax.com/docs/1.0/dml/using_cli or CQL http://www.datastax.com/docs/1.0/dml/using_cql Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 6/06/2012, at 9:00 PM, Prakrati Agrawal wrote: > You have to create

RE: how to create keyspace using cassandra API's

2012-06-06 Thread Prakrati Agrawal
You have to create the keyspace manually first using Cassandra cli Prakrati Agrawal | Developer - Big Data(I&D)| 9731648376 | www.mu-sigma.com From: MOHD ARSHAD SALEEM [mailto:marshadsal...@tataelxsi.co.in] Sent: Wednesday, June 06, 2012 2:27 PM To: user@cassandra.apache.org Subject: how to creat