Installing Apache Flink
Nov 18, 2023
Download the latest version from this link .
Unzip the file and go to the main folder-
Run the following command -
bin/start-cluster.sh
This will give the following output-
To check if flink is running, check the WebDashboard on http://localhost:8081/#/overview
That’s it. Flink is Up and Running !!