Re: Composite Column Queries with Hector

2011-12-19 Thread aaron morton
If you don't know the names of the columns you probably want to call ColumnSlice.getColumns() and iterate through the list of HColumns. see http://rantav.github.com/hector//source/content/API/core/1.0-1/me/prettyprint/hector/api/beans/ColumnSlice.html http://rantav.github.com/hector//source/cont

Composite Column Queries with Hector

2011-12-19 Thread Martin Arrowsmith
Dear Cassandra and Hector experts, I am using Hector to implement and query information from Composite Columns. I found this site to be quite useful: http://randomizedsort.blogspot.com/2011/11/cassandra-range-query-using.html It goes through the steps of creating a composite column, to perform s