Why does Cassandra not support some method?

2009-12-10 Thread JKnight JKnight
Dear all, I wonder why Cassandra do not support the following method: - multi_insert: insert multi keys - multi_remove: remove multi keys - multi_batchInsert: batch insert multi keys And how can I add above method? Thanks in advance. -- Best regards, JKnight

Re: Why does Cassandra not support some method?

2009-12-10 Thread Jonathan Ellis
these are all part of https://issues.apache.org/jira/browse/CASSANDRA-336, which is being worked on On Thu, Dec 10, 2009 at 3:26 AM, JKnight JKnight beukni...@gmail.com wrote: Dear all, I wonder why Cassandra do not support the following method: - multi_insert: insert multi keys -

0.5.0-beta2 Exception: Reached an EOL or something bizzare occured.

2009-12-10 Thread Tim Underwood
Just got this exception while loading up a bunch of data on a fresh 0.5.0-beta2 install. I haven't been able to reproduce it yet. WARN - Problem reading from socket connected to : java.nio.channels.SocketChannel[connected local=/127.0.0.1:7000 remote=/ 127.0.0.1:51199] WARN - Exception was

C++ Interface Issues

2009-12-10 Thread Padraig O'Sullivan
Hi! I was curious if anyone has had success using the C++ interface to Cassandra? I've been having some difficulties and just wanted to check if I was doing something wrong before debugging further or if there was any known issues with C++ interface. I have a simple test program to demonstrate