DEV Community

Timothy Spann.   πŸ‡ΊπŸ‡¦
Timothy Spann. πŸ‡ΊπŸ‡¦

Posted on • Originally published at datainmotion.dev on

Learning Apache Flink 1.9

Learning Apache Flink 1.9

Everything is a Stream, important concept to remember when working with Apache Flink.

Submit a Job

https://ci.apache.org/projects/flink/flink-docs-stable/ops/cli.html

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Menlo; color: #ffffff; background-color: #224fbc} span.s1 {font-variant-ligatures: no-common-ligatures}

flink run -m yarn-cluster -d -p 2 -ynm Wiki iot-1.0.jar

Mm Flank

I am working on a nice integration pattern with the Mm Flank Stack of Apache NiFi-MiniFi, MXNet, Flink, NiFi, Kafka and Kudu.

Flink Monitoring

http://princeton0.field.hortonworks.com:8082/config

{"refresh-interval":10000,"timezone-offset":0,"timezone-name":"Coordinated Universal Time","flink-version":"1.9.0-csa1.0.0.0","flink-revision":"3cedceb @ 04.11.2019 @ 13:38:10 UTC"}
Enter fullscreen mode Exit fullscreen mode

http://princeton0.field.hortonworks.com:8082/jobs/overview

--cluster=true

flink run -m yarn-cluster -d -p 2 -yD log4j.configuration.file=log4j.properties -ynm IoT iot-1.0.jar --cluster true

flink run -m yarn-cluster -d -p 2 -ynm Wiki iot-1.0.jar

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Menlo; color: #ffffff; background-color: #224fbc} span.s1 {font-variant-ligatures: no-common-ligatures}

flink run -m yarn-cluster /opt/cloudera/parcels/FLINK/lib/flink/examples/streaming/WordCount.jar --input hdfs:///tmp/README.txt --output hdfs:///tmp/ReadMe-Counts

References

Top comments (0)