Hi Vikash, Could you be more precise about the shared libraries? Is there any documentation about this?
Thanks, Peter On Tue, May 24, 2022 at 1:23 PM Vikash Dat <dat.vik...@gmail.com> wrote: > Similar to agent Biao, Application mode is okay if you only have a single > app, but when running multiple apps session mode is better for control. In > my experience, the CLIFrontend is not as robust as the REST API, or you > will end up having to rebuild a very similar Rest API. For the meta space > issue, have you tried adding shared libraries to the flink lib folder? > > On Mon, May 23, 2022 at 23:31 Shengkai Fang <fskm...@gmail.com> wrote: > >> Hi, all. >> >> > is there any plan in the Flink community to provide an easier way of >> deploying Flink with application mode on YARN >> >> Yes. Jark has already opened a ticket about how to use the sql client to >> submit the SQL in application mode[1]. What's more, in FLIP-222 we are able >> to manage the jobs in SQL, which will list all submitted jobs and their web >> UI[2]. >> >> [1] https://issues.apache.org/jira/browse/FLINK-26541 >> [2] >> https://cwiki.apache.org/confluence/display/FLINK/FLIP-222%3A+Support+full+query+lifecycle+statements+in+SQL+client >> >> >>