Re: Efficient way of figuring out which nodes a set of keys belong to - Hadoop integration

2011-09-25 Thread Mick Semb Wever
On Thu, 2011-09-22 at 23:34 +0530, Tharindu Mathew wrote: I managed to modify the Hadoop-Cassandra integration to start with a column of a CF used for indexing. Are you chasing CASSANDRA-2878 here? The above issue is waiting on CASSANDRA-1600 which in turn in waiting on CASSANDRA-1034 ~mck

Re: Efficient way of figuring out which nodes a set of keys belong to - Hadoop integration

2011-09-24 Thread Tharindu Mathew
Would really appreciate any help on this. On Thu, Sep 22, 2011 at 11:34 PM, Tharindu Mathew mcclou...@gmail.comwrote: Hi, I managed to modify the Hadoop-Cassandra integration to start with a column of a CF used for indexing. In the map phase, I get keys from different CFs and get the row I

Efficient way of figuring out which nodes a set of keys belong to - Hadoop integration

2011-09-22 Thread Tharindu Mathew
Hi, I managed to modify the Hadoop-Cassandra integration to start with a column of a CF used for indexing. In the map phase, I get keys from different CFs and get the row I need. So this all works fine, for a single node. :) I'd like to effectively identify a set of nodes for a set of rows and