|
Hi,
if all operators have the same parallelism, then there will be a pointwise connection. This means all elements arriving at s1_x and s2_x will be forwarded to s3_x with _x denoting the parallel subtask. Thus, to answer your second question, the single s1 element will only be present at one subtask of the CoMap operator, depending from which s1 parallel subtask it comes.
Cheers, Till
|