Re: Manual Classloading on the job does not work

2017-12-08 Thread Stefan Richter
Hi, I think the general approach looks good and should be fine. There is even a dedicated end-to-end test checking that this works („ClassLoaderTestProgram“). Have you double checked that all the paths are correct (i.e. the classloading code works in a standalone program with the paths and can

Manual Classloading on the job does not work

2017-12-08 Thread Bernd.Winterstein
Hi I have problems loading resources via the UserCodeClassloader as described in: https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitoring/debugging_classloading.html#manual-classloading-in-the-job I have tried in several scenarios to load properties or wsdl files via a RichMapFunct