Row iteration using RandomPartitioner

2012-04-02 Thread christopher-t.ng
Hi, Bit of a silly question, is row iteration using the RandomPartitioner deterministic? I don't particularly care what the order is relative to the row keys (obviously there isn't one, it's the RandomPartitioner), but if I run a full iteration over all rows in a CF twice, assuming no underlying

Re: Row iteration using RandomPartitioner

2012-04-02 Thread Jake Luciani
Correct. Random partitioner order is md5 token order. If you make no changes you will get the same order On Apr 2, 2012, at 7:53 AM, christopher-t...@ubs.com wrote: Hi, Bit of a silly question, is row iteration using the RandomPartitioner deterministic? I don't particularly care what