StorageService.initServer() fails

2013-07-31 Thread Nulik Nol
hi, when I execute this code: import org.apache.cassandra.service. StorageService; public class CasTest { public void CasTest() { } public static void main(String args[]) throws Exception { Class.forName("org.apache.cassandra.service.StorageService"); StorageService

CQL or Thrift ?

2013-08-05 Thread Nulik Nol
Hi, I need a client in C (not C++) to work with Cassandra, so since there is no one yet I would do my own. So far I have checked, I can do it through Thrift RPC port, or through CQL port. As I understand, CQL doesn't support direct "mutate" or "get_range_slices" calls like Thrift does , so being Th