RE: cassandra hadoop reducer writing to CQL3 - primary key - must it be text type?

2013-10-10 Thread John Lumby
From: johnlu...@hotmail.com To: user@cassandra.apache.org Subject: RE: cassandra hadoop reducer writing to CQL3 - primary key - must it be text type? Date: Wed, 9 Oct 2013 18:33:13 -0400 reduce method : public void reduce(LongWritable

RE: cassandra hadoop reducer writing to CQL3 - primary key - must it be text type?

2013-10-09 Thread John Lumby
I don't know what happened to my original post but it got truncated. Let me try again :     software versions : apache-cassandra-2.0.1    hadoop-2.1.0-beta I have been experimenting with using hadoop for a map/reduce operation on cassandra, outputting to the CqlOutputFormat.class. I based my

RE: cassandra hadoop reducer writing to CQL3 - primary key - must it be text type?

2013-10-09 Thread John Lumby
From: johnlu...@hotmail.com To: user@cassandra.apache.org Subject: RE: cassandra hadoop reducer writing to CQL3 - primary key - must it be text type? Date: Wed, 9 Oct 2013 09:40:06 -0400 software versions : apache-cassandra-2.0.1hadoop-2.1.0

cassandra hadoop reducer writing to CQL3 - primary key - must it be text type?

2013-10-08 Thread John Lumby
I have been expermimenting with using hadoop for a map/reduce operation on cassandra, outputting to the CqlOutputFormat.class. I based my first program fairly closely on the famous WordCount example in examples/hadoop_cql3_word_count except  ---  I set my output colfamily to have a bigint