Re: About job execution

2022-05-03 Thread Zhanghao Chen
ject: About job execution Hello, I read some articles on internet about job execution of Flink and have some questions. When the dispatcher receives a job, the dispatcher will start a JobManager. After the job is finished, will the JobManager be shut down? For the TaskManager, after the job is fin

About job execution

2022-05-01 Thread Ww J
Hello, I read some articles on internet about job execution of Flink and have some questions. When the dispatcher receives a job, the dispatcher will start a JobManager. After the job is finished, will the JobManager be shut down? For the TaskManager, after the job is finished, will the

Re: About job execution

2021-11-14 Thread Caizhi Weng
Hi! Yes they do. For datastreams batch jobs are actually streaming jobs with bounded sources, and for table / SQL streaming and batch jobs share a lot of operators although there are a few specific optimizations for each of them. junww2...@gmail.com 于2021年11月13日周六 下午12:47写道: > Hi, > > Do steam

About job execution

2021-11-12 Thread junww2...@gmail.com
Hi, Do steaming job and batch job use the same execution engine or codes? Thanks, Jack