HI Saksham,

the easiest approach would probably be to include the required libraries in
your user code jar which you submit to the cluster. Using maven's shade
plugin should help with this task. Alternatively, you could also create a
custom Flink Docker image where you add the required libraries to the
FLINK_HOME/libs directory. This would however mean that every job you
submit to the Flink cluster would see these libraries in the system class
path.

Cheers,
Till

On Wed, Oct 7, 2020 at 2:08 PM saksham sapra <sapra.saksh...@gmail.com>
wrote:

> Hi ,
>
> i have made some configuration using this link page :
> https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/kubernetes.html
> .
> and i am able to run flink on UI , but i need to submit a job using :
> http://localhost:8001/api/v1/namespaces/default/services/flink-jobmanager:webui/proxy/#/submit
> through POstman, and i have some libraries which in local i can add in libs
> folder but in this how can i add my libraries so that it works properly.
>
> [image: image.png]
>

Reply via email to