- Install Apache Flink
- Start the cluster (follow the instruction from official documentation)
- Have JDK 11 installed
- You can also install Flink using Homebrew
mvn clean packagenc -l 9999- If you have installed Flink using Homebrew the below command should work.
flink run /path/to/jarfile- otherwise, if you have installed flink using Binary.
./bin/flink run /path/to/jarfile