Re: Deterministic rescale for test

2021-01-15 Thread Arvid Heise
Hi Martin, Rebalance and Rescale use round robin and are deterministic in your case (assuming same task manager / slots). You just need to stay clear of ShufflePartitioner. If you are seeing something non-deterministic, could you please share an example? On Fri, Jan 15, 2021 at 7:19 AM Martin Fr

Re: Deterministic rescale for test

2021-01-14 Thread Martin Frank Hansen
Hi Jaffe, Thanks for your reply, I will try to use a Custom Partioner. Den tor. 14. jan. 2021 kl. 19.39 skrev Jaffe, Julian < julianja...@activision.com>: > Martin, > > > > You can use `.partitionCustom` and provide a partitioner if you want to > control explicitly how elements are distributed t

Re: Deterministic rescale for test

2021-01-14 Thread Jaffe, Julian
Martin, You can use `.partitionCustom` and provide a partitioner if you want to control explicitly how elements are distributed to downstream tasks. From: Martin Frank Hansen Reply-To: "m...@berlingskemedia.dk" Date: Thursday, January 14, 2021 at 1:48 AM To: user Subject: Deterministic rescal