You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Rohil Surana <ro...@gmail.com> on 2018/03/20 09:31:05 UTC

Updating Job dependencies without restarting Flink

Hi,

We have a lot of jobs on Flink cluster that are using some common
dependencies and I wanted to know if there is a way to place those
dependencies in the flink lib folder so they will be available to the
applications without restarting the flink cluster, so that next time a job
is started latest versions of  those dependencies are available for use. We
are using Flink 1.4.0

Any help in this matter is appreciated.

Re: Updating Job dependencies without restarting Flink

Posted by Fabian Hueske <fh...@gmail.com>.
Hi,

I'm quite sure that is not supported.
You'd have to take a savepoint and restart the application.
Depending on the sink system, you could start the new job before shutting
the old job down.

Best, Fabian

2018-03-20 10:31 GMT+01:00 Rohil Surana <ro...@gmail.com>:

> Hi,
>
> We have a lot of jobs on Flink cluster that are using some common
> dependencies and I wanted to know if there is a way to place those
> dependencies in the flink lib folder so they will be available to the
> applications without restarting the flink cluster, so that next time a job
> is started latest versions of  those dependencies are available for use. We
> are using Flink 1.4.0
>
> Any help in this matter is appreciated.
>