Hi Annemarie,
You are missing some basic concepts in Flink, please take a look at [1].
> Weirdly enough it worked fine in my Intellij.
It's completely normal. If you are accessing some static variable in your
code and you are executing your Flink application in a testing local
environment (Intel
Hi,
I have two questions:
1. In the first part of my pipeline using Flink DataStreams processing graph
edges, I'm filling up Hashmap. In it goes a vertex id and the partition this
vertex is assigned to. Later in my pipeline I want to query this Hashmap
again, to see in which partition exactly I c