You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Sebastian Schelter <ss...@apache.org> on 2014/11/22 19:33:19 UTC

Intermediate output during delta iterations

Hi,

Is there a way to persist every solutionSetDelta in delta-iterations 
(using the scala-API)?

Best,
Sebastian

Re: Intermediate output during delta iterations

Posted by Stephan Ewen <se...@apache.org>.
Hey!

The Delta Iterations cannot persist intermediate states right now.

In general, output from within iterations should be possible with some
changes - I could give you some pointers how to do that, if you want to add
a patch.

With for loop iterations, this would be simpler, but for-loops cannot run
delta-iterations.

Stephan


On Sat, Nov 22, 2014 at 7:33 PM, Sebastian Schelter <ss...@apache.org> wrote:

> Hi,
>
> Is there a way to persist every solutionSetDelta in delta-iterations
> (using the scala-API)?
>
> Best,
> Sebastian
>