Everything in the lib folder should be added to the classpath. Can you check the YARN client logs that the files are uploaded? Furthermore, you can check the classpath of the JVM in the YARN logs of the JobManager/TaskManager processes.
– Ufuk On Fri, Mar 11, 2016 at 5:33 PM, Andrea Sella <andrea.se...@radicalbit.io> wrote: > Hi, > > There is a way to add external dependencies to Flink Job, running on YARN, > not using HADOOP_CLASSPATH? > I am looking for a similar idea to standalone mode using lib folder. > > BR, > Andrea