Re: Problem while debugging a python job

2018-01-17 Thread Mathias Peters
n either temporarily modify the dependencies and remove the > /provided /scope, or create a simple test class that calls > PythonPlanBinder. > > On 16.01.2018 19:21, Mathias Peters wrote: >> Hi all, >> >> I'm trying to debug a python script with a flink job in using

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

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 > mailt

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

Re: CLI: wait-Flag to schedule multiple jobs in a script

2015-01-17 Thread Mathias Peters
t job. Thanks Mathias On 17.01.2015 14:32, Alexander Alexandrov wrote: > The "wait" mode of execution seems to be the default now as of this > commit: > > https://github.com/apache/flink/commit/f5e3a861ac1228335ee1b5a9a4527fffdf6b3b2c > > 2015-01-17 14:10 GMT+01:00 Ma

Re: CLI: wait-Flag to schedule multiple jobs in a script

2015-01-17 Thread Mathias Peters
3:24 GMT+01:00 Mathias Peters > : > > Hi, > > is there still a way to schedule jobs to the JobManager on after > each other? > > I remember the "-w" flag in an earlier version for that. This seems > to be gone now, though. How could one schedule

CLI: wait-Flag to schedule multiple jobs in a script

2015-01-17 Thread Mathias Peters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is there still a way to schedule jobs to the JobManager on after each other? I remember the "-w" flag in an earlier version for that. This seems to be gone now, though. How could one schedule jobs like that now? Thanks and regards Mathias -B