I would be thankfull for advice, how to navigate backwards with get_slice (columns): If I have these colum names 1 2 3 4 5 6 7 8 9 10 11 12 and I have the start column/key 8 and want to query 4 colum
I found some exceptions from cassandra when I do batch mutation, it said \"already has modifications in this mutation\", but the info given are two different operations.
Will Hector be integrated with CQL in Cassandra 0.8.1? Is anyone actively developing this or know of it? Also, does anyone know of any other Java clients (like Pelops, Hector, Kundera, etc)that are be
i would be thankfull if a sophisticated user could name all possible solutions (best practices) how to fix Hector Client Timeouts like this:
How does a Cassandra Secondary-Index work internally? The docs state it is some kind of Hash Index: Given i have the colum username=\"foobar\" (Column username will be scondary index) in a CF User wi
I have code that uses Hector to access Cassandra and needs to create column families on the fly if and only if they don\'t already exist.What is the proper way to check for the existence of a column f
With the following code I try to update a row Keyspace fKeyspace = HFactory.createKeyspace(KEYSPACE, fCluster);
I\'m using hector-core 0.8.0-1 and Cassandra 0.8.0 to test a addCounter operation, but I found my code cannot insert any data into the CF, can anyone tell me the reason?
I want to fetch all rows having a common prefix using hector API. I played with RangeSuperSlicesQuery a bit but didn\'t find a way to get it working properly. Does key range parameters work with wild
Hallo, I do not understand, how to query cassandra with hector, but the column-values returned are not of one single type, but of many: