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

2015-01-17 Thread Robert Metzger
Stephan or Till can probably elaborate better on that, but maybe you need to add a "sleep 5" between submitting jobs. Maybe the slots are freed up lazily .. or the reporting of the free slots doesn't happen directly. On Sat, Jan 17, 2015 at 3:00 PM, Mathias Peters wrote: > -BEGIN PGP SIGNED

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

2015-01-17 Thread Mathias Peters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the reply. I had some issues with running several jobs from a script yesterday. The jobs at the end of the script failed due to a lack of processing slots. I'll check the log files again, maybe there was another issue with the first job. T

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

2015-01-17 Thread Alexander Alexandrov
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 Mathias Peters : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yes but not at the current state. > I chec

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

2015-01-17 Thread Mathias Peters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes but not at the current state. I checked out, just before christmas last year and haven't merged yet. Mathias On 17.01.2015 13:53, Alexander Alexandrov wrote: > Are you looking at the master (0.9-SNAPSHOT) branch? > > 2015-01-17 13:24 GMT+01:00

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

2015-01-17 Thread Alexander Alexandrov
Are you looking at the master (0.9-SNAPSHOT) branch? 2015-01-17 13:24 GMT+01:00 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

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