python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Do I need a JAR file to run a Flink application?
I am working through the book Stream Processing with Apache Flink by Fabian Hueske and Vasiliki Kalavri.
The book includes an example Flink application and I want to figure out how to run the file. It...
Cauder
Votes: 0
Answers: 1
How can I tell which port Apache Flink runs on?
I installed apache flink, went to the flink-1.14.3 folder and ran .bin/start-cluster.sh.
It appears to have started the cluster successfully because it output this-
Starting cluster.
Starting standalo...
Cauder
Votes: 0
Answers: 2
What version of Scala does Apache Flink use?
I'm getting started with Apache Flink. I noticed on the Apache Flink download page, it says "Apache Flink 1.14.3 for Scala 2.11 (asc, sha512)" as the name of the installation file.
Can you c...
Cauder
Votes: 0
Answers: 1
What's the correct way to pass environment variables to a keyed function and how could it be used with the KeyedOneInputStreamOperatorTestHarness
I need to pass some configuration to a custom KeyedProcessFunction and I would like to test it with KeyedOneInputStreamOperatorTestHarness. What's the proper way to handle this?
I've looked to the doc...
Carlos Miguel Santos
Votes: 0
Answers: 1