Re: Flink SQL Dates Between and Parallelism

2022-05-21 Thread Yuval Itzchakov
Hi Jason, The idea behind a more scalable solution is to be able to first partition the data. For example, if we have a stream of orders with some order id contained in both streams, and event time lookups are within a specific order, we can introduce partitioning and thus increase parallelism. O

答复: Application mode deployment through API call

2022-05-21 Thread Geng Biao
Hi Leon, If you are using application mode through Flink on YARN, the codes in YARNApplicationITCase may be helpful, which has similar function calls with CliFrontend but may be more straightforward. Side notes: in my own experience of using Flink, it is not a very good idea to run a flink jar

Request for Review: FLINK-27507 and FLINK-27509

2022-05-21 Thread Shubham Bansal
Hi Everyone, I am not sure who to reach out for the reviews of these changesets, so I am putting this on the mailing list here. I have raised the review for FLINK-27507 - https://github.com/apache/flink-playgrounds/pull/30 FLINK-27509 - https://github.com/apache/flink-playgrounds/pull/29 I would

Re: Flink SQL Dates Between and Parallelism

2022-05-21 Thread Jason Politis
Thank you Yuval! Will look into it first thing Monday morning, much appreciated. In the case where we aren't able to filter by anything else, is there anything else we can could potentially look into to help? Thank you Jason Politis Solutions Architect, Carrera Group carrera.io | jpoli...@car

Flink Job Manager unable to recognize Task Manager Available slots

2022-05-21 Thread s_penakalap...@yahoo.com
Hi All, Help please! We have standalone Flink service installed in individual VM and clubed to form a cluster with HA and checkpoint in place. When cancelling Job, Flink cluster went down and its unable to start up normally as Job manager is continuously going down with the below error: 2022-05-

Re: Example of Beam Go job that uses Flink Kubernetes operator

2022-05-21 Thread Gyula Fóra
Hi Red! Thank you for your interest and for checking out the official Flink Kubernetes Operator Project. This project is still relatively new and so far our focus has been on running native Flink workloads (Flink Application/Session clusters, and session jobs) and we haven't tried running a Flink