Re: Alternate way to pass plugin Jars

2021-05-30 Thread Vijayendra Yadav
Ok thanks Pohl Sent from my iPhone > On May 28, 2021, at 5:49 AM, Matthias Pohl wrote: > >  > Hi Vijayendra, > Thanks for reaching out to the Flink community. There is no other way I know > of to achieve what you're looking for. The plugins support is provided > through the respective ./plug

Re: Alternate way to pass plugin Jars

2021-05-28 Thread Matthias Pohl
Hi Vijayendra, Thanks for reaching out to the Flink community. There is no other way I know of to achieve what you're looking for. The plugins support is provided through the respective ./plugins/ directory as described in the docs [1]. Best, Matthias [1] https://ci.apache.org/projects/flink/flin

Alternate way to pass plugin Jars

2021-05-27 Thread Vijayendra Yadav
Hi Team, I am trying to find an alternate way to set the plugin directory (not by manually creating it in the flink library), maybe passing them through the dependency Jar in App classpath ? Plugin directory containing: 1) flink-metrics-graphite-1.11.0.jar 2) flink-s3-fs-hadoop-1.11.0.jar Than