apache-flink

Using a pre-trained ML model in Apache Flink

Using a pre-trained ML model in Apache Flink Question: I am new to Flink and am trying to use a pre-trained classifier in Flink to detect Hate Speech on Twitter. I have an SVM classifier that I trained on Python, but I have no idea how to use it in the Flink code. One of …

Total answers: 3

Flink python job execution fails

Flink python job execution fails Question: I have a flink cluster with 3 nodes set up. In the web interface I see 3 Task Managers, 3 Task Slots and 3 Available Task Slots. I’m trying to run a simple word count and it fails very deterministically two out of three times. I assume that it …

Total answers: 2