Re: some confuse for data exchange of parallel operator
Posted by
Biao Liu on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/some-confuse-for-data-exchange-of-parallel-operator-tp29175p29177.html
Hi Kylin,
> Can this map record all data? Or this map only record data from one parallelism of upstream operator?
Neither of your guess is correct. It depends on the partitioner between the map operator and upstream operator. You could find more in this document [1].
Hello,
I don’t know how parallel operator exchange data in flink. for example, I define a map in a operator with n (n > 1) parallelism for counting. Can this map record all data? Or this map only record data from one parallelism of upstream operator?
Thanks,
Kylin