Not yet, no. I created a Jira issue: https://issues.apache.org/jira/browse/FLINK-2277
On Thu, 25 Jun 2015 at 14:48 Sebastian <s...@apache.org> wrote: > Is there a way to configure this setting for a delta iteration in the > scala API? > > Best, > Sebastian > > On 17.06.2015 10:04, Ufuk Celebi wrote: > > > > On 17 Jun 2015, at 09:35, Mihail Vieru <vi...@informatik.hu-berlin.de> > wrote: > > > >> Hi, > >> > >> I had the same problem and setting the solution set to unmanaged helped: > >> > >> VertexCentricConfiguration parameters = new > VertexCentricConfiguration(); > >> parameters.setSolutionSetUnmanagedMemory(false); > >> > >> runVertexCentricIteration(..., parameters); > > > > That's indeed a very good point, Mihal. Thanks for the pointer. The > compacting hash table used in iterations cannot spill at the moment. > > >