Hi, No, we don't start a flink job inside another job, although the job creation was done in a loop, but only when one job is finished the next job started after cleanup. And we didn't get this exception on my local flink installation, it appears when i run on the cluster.
Thanks & Regards Biplob Biswas On Mon, Feb 15, 2016 at 12:25 PM, Fabian Hueske <fhue...@gmail.com> wrote: > Hi, > > This stacktrace looks really suspicious. > It includes classes from the submission client (CLIClient), optimizer > (JobGraphGenerator), and runtime (KryoSerializer). > > Is it possible that you try to start a new Flink job inside another job? > This would not work. > > Best, Fabian >