Unsubscribe

2013-03-17 Thread Jeffrey Fass
Unsubscribe

MultiInput/MultiGet CF in MapReduce

2013-03-17 Thread Alicia Leong
Hi All I have 2 tables Data Table - RowKey: 1 => (column=name, value=apple) RowKey: 2 => (column=name, value=orange) RowKey: 3 => (column=name, value=banana) RowKey: 4 => (column=name, value=mango) Index Table (MMDDHH) RowKey:

Reading a counter column value

2013-03-17 Thread Chidambaran Subramanian
I created a CounterColumnType column family . create column family counter1 with default_validation_class=CounterColumnType and replicate_on_write=true; Unfortunately I could not figure out a way to read the column value. I am using the Thrift API , and I couldn't make out any sense. I can't use

RE: Secondary Indexes

2013-03-17 Thread moshe.kranc
I do not think this is a good use case for Cassandra alone, assuming the queries can be any combination of the 18 columns. I would consider using some combination of Cassandra and Solr, where Solr provides the indexing/search, and Cassandra provides the bulk store. From: Andy Stec [mailto:andys.