Map/Reduce Cassandra Output

2010-04-19 Thread Sonny Heer
Different from the wordcount my input source is a directory, and I have the a split class and record reader defined. Different from wordcount during reduce I need to insert into Cassandra. I notice for the wordcount input it retrieves a handle on a cassandra client like this: TSocket

RE: Map/Reduce Cassandra Output

2010-04-19 Thread Stu Hood
client like Hector, which will handle the load balancing for you. http://github.com/rantav/hector Thanks, Stu -Original Message- From: Sonny Heer sonnyh...@gmail.com Sent: Monday, April 19, 2010 11:29am To: cassandra-u...@incubator.apache.org Subject: Map/Reduce Cassandra Output Different

Re: Map/Reduce Cassandra Output

2010-04-19 Thread Sonny Heer
-Original Message- From: Sonny Heer sonnyh...@gmail.com Sent: Monday, April 19, 2010 11:29am To: cassandra-u...@incubator.apache.org Subject: Map/Reduce Cassandra Output Different from the wordcount my input source is a directory, and I have the a split class and record reader defined