Hey Ufuk,
I tried it with the newest 0.10-SNAPSHOT, but it leads to the same
NullPointers. By the way: I have not touched the configuration and thus
the parallelism is at 1.
But taking the response by Aljoscha, this is expected.
Best Regards,
Philipp
On 28.07.2015 15:29, Ufuk Celebi wrote:
Hi,
no, this is unfortunately not fixed in the current master.
Cheers,
Aljoscha
On Tue, 28 Jul 2015 at 15:29 Ufuk Celebi wrote:
> Hey Phillip,
>
> thanks for reporting the problem. I think your assessment is correct. If
> the program is already finished, the threads throwing the Exceptions shou
Hey Phillip,
thanks for reporting the problem. I think your assessment is correct. If the
program is already finished, the threads throwing the Exceptions should have
been cleaned up as well.
I am not sure, but I think parts of the system touching this mechanism could
have been reworked by Alj
Hey community,
I am not sure whether it is a bug or I am doing something wrong. I have
a little snippet produced by our project (see below). When I execute it
in Eclipse everything works fine. However, when deploying the Jar to the
local flink installation I get NullPointer Exceptions after th
Yes, I was running exactly that code. This is a repository containing the
files: https://github.com/rmetzger/scratch/tree/flink-sbt-master
Here is the program:
https://github.com/rmetzger/scratch/blob/flink-sbt-master/src/main/scala/org/myorg/quickstart/Job.scala
On Tue, Jul 28, 2015 at 2:01 AM, W