Is it possible to parition the RDD elements in a round robin fashion? Say I have 5 nodes in the cluster and 5 elements in the RDD. I need to ensure each element gets mapped to each node in the cluster.
- Round Robin Partitioner David Thomas
- Re: Round Robin Partitioner Patrick Wendell