Re: EOFException when running Flink job

2015-04-19 Thread Mihail Vieru
Hi, I also get the EOFException on 0.9-SNAPSHOT when using a modified SingleSourceShortestPaths on big graphs. After I set the SolutionSet to "unmanaged" the job finishes. But this only works until a certain point, over which I cannot increase the input size further without getting an OutOfM

Re: EOFException when running Flink job

2015-04-19 Thread Stefan Bunk
Hi, I tested three configurations: taskmanager.heap.mb: 6144, taskmanager.memory.fraction: 0.5 taskmanager.heap.mb: 5544, taskmanager.memory.fraction: 0.6 taskmanager.heap.mb: 5144, taskmanager.memory.fraction: 0.7 The error occurs in all three configurations. In the last configuration, I can ev