Hi Lydia,
To build iterative algorithm on Flink, using API for iterations [1] would be
better than using for-loop. Your program triggers multiple executions by
multiple calling `next.gap.print()`. In each execution, Flink reads whole data
redundantly and it cause performance to decrease.
Regar
Hi,
I have an issue with a for-loop.
If I set the maximal iteration number i to more than 3 it gets stuck and I
cannot figure out why.
With 1, 2 or 3 it runs smoothly.
I attached the code below and marked the loop with //PROBLEM.
Thanks in advance!
Lydia
package org.apache.flink.contrib.lifesci