On Mon, Jan 25, 2010 at 1:13 PM, Ryan Daum <r...@thimbleware.com> wrote:

> I agree with what Jeff says here about RandomPartitioner support being key.
>
>
+1


> For my purposes with map/reduce I'd personally be fine with some
> general all-keys dump utility that wrote contents of one node to a
> file, and then just write my own integration from that file into
> Hadoop, etc..
>
> I guess I'm thinking something similar to sstable2json except that
> unfortunately sstable2json will dump replica data not just the local
> node's data. Getting the contents of the commitlog into the file would
> be nice, too.


bin/sstablekeys will dump just the keys from an sstable without row
deserialization overhead, but it can't introspect a commitlog.

-Brandon

Reply via email to