Re: Flink run different jars

2021-09-29 Thread Qihua Yang
Thanks a lot Yangze. That is very helpful! On Tue, Sep 28, 2021 at 11:11 PM Yangze Guo wrote: > You need to edit the conf/workers. Example of the config[1] and the > process[2]. > > [1] > https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/overvie

Re: Flink run different jars

2021-09-28 Thread Yangze Guo
You need to edit the conf/workers. Example of the config[1] and the process[2]. [1] https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/overview/#starting-and-stopping-a-cluster [2] https://ci.apache.org/projects/flink/flink-docs-master/docs/deplo

Re: Flink run different jars

2021-09-28 Thread Qihua Yang
Hi Yangze, Thanks a lot for your reply. References are very helpful! Another quick question. Reference 1 can start a standalone cluster (session Mode). That cluster has a jobManager. I can submit job to run. How about taskManger? Do I need to manually start multiple taskManagers? Is there a comple

Re: Flink run different jars

2021-09-28 Thread Yangze Guo
Hi, Qihua IIUC, what you want might be a standalone cluster[1] or session cluster[2][3]. [1] https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/overview/ [2] https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-provide

Flink run different jars

2021-09-28 Thread Qihua Yang
Hi, Is that possible to run a flink app without a job? What I am trying to do is I build multiple jars. And switch jar to run different jobs. I am not sure if flink supports this mode. I saw rest API can upload jar, cancel job and run a jar. Right now I can upload a jar to flink. But when I cancel