So you've put the plugin jars in the lib dir of each task manager? It could work but I'll try to package the plugins as a jar and transitively collect the required dependency. However I remember that it's quite tricky to find the correct way to handle them as a normal jars :) Maybe some good Flink dev working with OSGI Eclipse plugins could write a documentation about it (if any)..
On Thu, Jun 25, 2015 at 12:19 PM, santosh_rajaguru <sani...@gmail.com> wrote: > Thanks Flavio. > > Previously i packaged all the Jars into Fat Jar. Despite of specifying the > Main class, it was unable to load some of the classes. > Now, its running. As i have created Plugins jar and deployed those to Flink > library and just created a simple jar for the main class plugin. Now, its > looking from the flink library and it works fine. > In this way, i am able to use the eclipse extension point mechanism with > Flink. > > Cheers, > Santosh Kumar Rajaguru > > > > -- > View this message in context: > http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-Flink-Job-with-dependencies-tp6653p6699.html > Sent from the Apache Flink Mailing List archive. mailing list archive at > Nabble.com. >