Re: Problem while debugging a python job

2018-01-17 Thread Mathias Peters
Thanks. That did it. best Mathias On 17.01.2018 13:11, Chesnay Schepler wrote: > All dependencies of flink-python are set to /provided/ so that they > aren't included in the flink-python jar (which would duplicate all > classes already contained in flink-dist). > > You can either temporarily mo

Re: Problem while debugging a python job

2018-01-17 Thread Chesnay Schepler
All dependencies of flink-python are set to /provided/ so that they aren't included in the flink-python jar (which would duplicate all classes already contained in flink-dist). You can either temporarily modify the dependencies and remove the /provided /scope, or create a simple test class tha

Problem while debugging a python job

2018-01-16 Thread Mathias Peters
Hi all, I'm trying to debug a python script with a flink job in using Intellij. I'm using the current snapshot (1.5 cloned today). In former versions, I could simply run org.apache.flink.python.api.PythonPlanBinder from within the IDE. Atm, I'm getting NoClassDefFoundError s from classes of the co