RE: connection issue

2011-07-05 Thread Aayush Jain
Ok. Thanks vivek. From: Vivek Mishra Sent: 05 July 2011 13:00 To: user@cassandra.apache.org Subject: RE: connection issue I believe connection pooling is still not in place with latest CQL JDBC stuff. From: Aayush Jain Sent: Tuesday, July 05, 2011 9:55 AM To: user@cassandra.apache.org Subject

RE: RowKey in hexadecimal in CLI

2011-07-04 Thread Aayush Jain
As of Cassandra 0.8, we need to declare a key_validataion_class for the column family: For example: update column family User with key_validation_class=UTF8Type; From: Sébastien Druon [mailto:sdr...@spotuse.com] Sent: 05 July 2011 02:50 To: user@cassandra.apache.org Subject: RowKey in hexadecim

connection issue

2011-07-04 Thread Aayush Jain
Hi, When I am using multithreading with Cassandra Query Language ,I have to make connections for each thread. A single connection object for whole of the thread pool is not working. I am using JDBC for connectivity. I know ,I may be missing something. Any help/suggestions? ___