Hi, Since Flink 1.2 "per job yarn applications" (when you do "-m yarn-cluster") include the job jar into the classpath as well. Does this change explain the behavior?
On Thu, Feb 23, 2017 at 4:59 PM, Gyula Fóra <gyf...@apache.org> wrote: > Hi, > > I have a problem that the frontend somehow seems to have the user jar on > the classpath and it leads to a netty conflict: > > https://gist.github.com/gyfora/4ec2c8a8a6b33adb80d411460432ce8d > > So in the jobmanager logs I can see that my job started (running on YARN), > but can't access the frontend, it gives internal server error with the > previous exception. So I dont have the same jar problem on the actual > running job. > > I haven't really seen this before, is this something that happened to > somebody else as well? > > Thank you! > Gyula > >