Re: Watermark advancement in late side output

2020-09-21 Thread orips
Great, thanks -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Operator latency metric not working in 1.9.1

2020-03-03 Thread orips
Thanks, that makes sense! In addition, I've just found the reason for this in the code: This is 1.5 (default value is 2000L): https://github.com/apache/flink/blob/release-1.5/flink-core/src/main/java/org/apache/flink/configuration/MetricOptions.java#L109 This is 1.9 (default value is 0L) https:/

Re: Operator latency metric not working in 1.9.1

2020-03-03 Thread orips
Thanks for the response. In 1.5 the docs also state that it should be enabled [1], however, it always worked without setting latencyTrackingInterval [1] https://ci.apache.org/projects/flink/flink-docs-release-1.5/monitoring/metrics.html#latency-tracking -- Sent from: http://apache-flink-user-m

Re: Exceptions in Web UI do not appear in logs

2020-03-01 Thread orips
Hi, It's version 1.5.2. I actually found the place in the code responsible for it. In the "catch" block, it doesn't log the error and it lets it propagate. https://github.com/apache/flink/blob/62839e88e15b338a8af9afcef698c38a194c592f/flink-connectors/flink-connector-kinesis/src/main/java/org/apa

Re: [ANNOUNCE] Launch of flink-packages.org: A website to foster the Flink Ecosystem

2019-11-19 Thread orips
This is great. Can we have RSS feed for this? Thanks -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Flink vs KStreams

2019-05-29 Thread orips
Elias Levy wrote > Flink: > > Pros: > * Intra-job traffic flows directly between workers. > * More mature. > * Higher-level constructs: SQL, CEP, etc. How is SQL a Pro in Flink? Kafka Streams has KSQL which is at least as good as Flink's SQL. -- Sent from: http://apache-flink-user-mailing-l

Re: Deploying and managing multiple jobs on EMR

2019-05-29 Thread orips
I agree. At the moment deploying Flink to EMR is laborious and too custom. I would like to know too. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/