Re: Lazy unrolling of iterative algorithms
Posted by
Stephan Ewen on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Lazy-unrolling-of-iterative-algorithms-tp244p245.html
Hey!
The Java API does not yet support it, the JobGraph supports it, though.
In the runtime, it will still execute everything from the start if you "attach" another rolled out version of the loop."
We should have that working in a few weeks.
What is your schedule? How fast do you need it?
Stephan