> > The goal is actually getting the rows in the range of "start","end"The order is not important at all.But what I can see is, this does not seem to be possible at all using RP. Am I wrong?
Simpler solution is just compare MD5 of both keys and set start to one with lesser md5 and end to key with greater MD5. RandomPartitioner orders keys by their md5, not by value.