Skip to content

aakashverma1124/apache-flink-examples

Repository files navigation

Prerequisite

Create JAR

mvn clean package

To start a Socket

nc -l 9999

To run Flink job, open a new terminal and submit Flink job

  • 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

Join Discord in case you have any query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages