Re: Debugging Python-Api fails with NoClassDefFoundError

2017-01-05 Thread Chesnay Schepler
Hello, all Flink dependencies of the Python APi are marked as *provided* in the pom.xml similar to most connectors. By removing the provided tags in the pom.xml you should be able to run the PythonPlanBinder from the IDE. This was done to exclude these dependencies in the flink-python jar; s

Re: Debugging Python-Api fails with NoClassDefFoundError

2017-01-04 Thread Mathias Peters
Yes, it is. Also, the project import in Idea has worked so far. Cheers On 04.01.2017 21:52, Ted Yu wrote: > This class is in flink-core jar. > > Have you verified that the jar is on classpath ? > > Cheers > > On Wed, Jan 4, 2017 at 12:16 PM, Mathias Peters > mailto:mathias.pet...@gmx.org>> wrote

Re: Debugging Python-Api fails with NoClassDefFoundError

2017-01-04 Thread Ted Yu
This class is in flink-core jar. Have you verified that the jar is on classpath ? Cheers On Wed, Jan 4, 2017 at 12:16 PM, Mathias Peters wrote: > Hi, > > I just wanted to debug a custom python script using your python dataset > api. Running the PythonPlanBinder in Intellij IDEA gives me the >

Debugging Python-Api fails with NoClassDefFoundError

2017-01-04 Thread Mathias Peters
Hi, I just wanted to debug a custom python script using your python dataset api. Running the PythonPlanBinder in Intellij IDEA gives me the subjected error. I took a fresh clone, built it with mvn clean install -DskipTest, and imported everything in idea. Using an older version this worked fine, s