Re: Map/Reduce Cassandra Output

2010-04-19 Thread Sonny Heer
Thanks Stu. I will take a look at Hector. Do you know where the input code does the additional work? On Mon, Apr 19, 2010 at 11:20 AM, Stu Hood wrote: > If you used that snippet of code, all connections would go through the same > seed: the input code does additional work to determine which

RE: Map/Reduce Cassandra Output

2010-04-19 Thread Stu Hood
If you used that snippet of code, all connections would go through the same seed: the input code does additional work to determine which nodes are holding particular key ranges, and then connects directly. For outputting from Hadoop to Cassandra, you may want to consider using a Java clie