Skip to content

naferx/flink-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Flink

Starting a local cluster

$FLINK_HOME/bin/start-cluster.sh

Checking the process

ps aux | grep flink

Stopping the cluster

$FLINK_HOME/bin/stop-cluster.sh

Submitting a job

$FLINK_HOME/bin/flink run $FLINK_HOME/examples/streaming/WordCount.jar --input input/wordcount.txt --output output

Verifying the output

tail log/flink-*-taskexecutor-*.out

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published