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
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
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
Hi,
Do steaming job and batch job use the same execution engine or codes?
Thanks,
Jack