Re: Datastax API which uses Binary protocol- Quick question

2013-04-19 Thread Techy Teck
Thanks a lot Tyler. That clears lot of my doubt. I have couple more questions related to Datastax Java Driver- 1) Firstly, is there any way to figure out what version of CQL I am running? Is it CQL 3 or something else? Is there any command that we can use to check? Abd also by default CQLish behav

Re: Datastax API which uses Binary protocol- Quick question

2013-04-19 Thread Tyler Hobbs
On Thu, Apr 18, 2013 at 9:02 PM, Techy Teck wrote: > > When I was working with Cassandra CLI using the Netflix client(Astyanax > client), then I created the column family like this- > > create column family profile > with key_validation_class = 'UTF8Type' > and comparator = 'UTF8Type'

Datastax API which uses Binary protocol- Quick question

2013-04-18 Thread Techy Teck
I have started working with Cassandra database. I am planning to use Datastax API to upsert/read into/from cassandra database. I am totally new to this Datastax API (which uses new Binary protocol) and I am not able to find lot of documentations as well which have some proper examples. I am not su