Re: Custom Partitioner Type

2012-08-13 Thread aaron morton
ww.thelastpickle.com On 14/08/2012, at 7:33 AM, A J wrote: > Is it possible to use a custom Partitioner type (other than RP or BOP) ? > Say if my rowkeys are all Integers and I want all even keys to go to > node1 and odd keys to node2, is it feasible ? How would I go about ? > > Thanks.

Custom Partitioner Type

2012-08-13 Thread A J
Is it possible to use a custom Partitioner type (other than RP or BOP) ? Say if my rowkeys are all Integers and I want all even keys to go to node1 and odd keys to node2, is it feasible ? How would I go about ? Thanks.