Re: Flink Kubernetes Operator Application mode multiple jobs

2024-05-08 Thread Raihan Sunny
Got it. Thanks for the clarification guys. From: Guozhen Yang Sent: Wednesday, May 8, 2024 9:38 AM To: user@flink.apache.org Subject: RE: Flink Kubernetes Operator Application mode multiple jobs Hi Raihan, We have encountered the same issue though we are using

RE: Flink Kubernetes Operator Application mode multiple jobs

2024-05-07 Thread Guozhen Yang
Hi Raihan, We have encountered the same issue though we are using Flink Kubernetes Operator 1.6. Biao Geng's explanation is correct. We also have a detailed briefing in this jira ticket but it seems that submitting multiple jobs is not allowed b

Re: Flink Kubernetes Operator Application mode multiple jobs

2024-05-07 Thread Biao Geng
Hi Raihan, I believe the flink k8s operator has some implicit assumption that each application should contain only one job so that it can manage the lifecycle of the job reasonably. Your usage of deploying multiple jobs in a single python file(i.e. in a single flink application) may be not preferr

Flink Kubernetes Operator Application mode multiple jobs

2024-05-06 Thread Raihan Sunny
Hi everyone, I need some help with deploying multiple jobs from a single main function in Application mode using Flink Kubernetes Operator. As per the documentation [1] it should be possible to use multiple "executeAsync()" to deploy multiple jobs from the same file. This indeed is the case whe