> I then went to write a m/r job that deserialises the thrift objects and
> aggregates the data accordingly into a new column family. But what i've
> found is that ColumnFamilyOutputFormat will only write out one column
> per key.
I've entered a bug for this:
https://issues.apache.org/jira/brows
(I'm new here so forgive any mistakes or mis-presumptions...)
I've set up a cassandra-0.7.0-beta3 and populated it with
thrift-serialised objects via a scribe server. This seems a great way to
get thrift beans out of the application asap and have then sitting in
cassandra for later processing.
I