Re: Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster

2015-10-20 Thread Maximilian Michels
o have a SUCCEEDED too. > > Best regards, > Arnaud > > -Message d'origine- > De : Maximilian Michels [mailto:m...@apache.org] > Envoyé : jeudi 8 octobre 2015 14:34 > À : user@flink.apache.org; LINZ, Arnaud > Objet : Re: Flink batch runs OK but Yarn container fai

RE: Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster

2015-10-20 Thread LINZ, Arnaud
obre 2015 14:34 À : user@flink.apache.org; LINZ, Arnaud Objet : Re: Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster Hi Arnaud, I've looked into the problem but I couldn't reproduce it using Flink 0.9.0, Flink 0.9.1 and the current master snapshot (f3

Re: Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster

2015-10-08 Thread Maximilian Michels
Hi Arnaud, I've looked into the problem but I couldn't reproduce it using Flink 0.9.0, Flink 0.9.1 and the current master snapshot (f332fa5). I always ended up with the final state SUCCEEDED. Which version of Flink were you using? Best regards, Max On Thu, Sep 3, 2015 at 10:48 AM, Robert Metzge

Re: Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster

2015-09-03 Thread Robert Metzger
Hi Arnaud, I think that's a bug ;) I'll file a JIRA to fix it for the next release. On Thu, Sep 3, 2015 at 10:26 AM, LINZ, Arnaud wrote: > Hi, > > > > I am wondering why, despite the fact that my java main() methods runs OK > and exit with 0 code value, the Yarn container status set by the engl

Flink batch runs OK but Yarn container fails in batch mode with -m yarn-cluster

2015-09-03 Thread LINZ, Arnaud
Hi, I am wondering why, despite the fact that my java main() methods runs OK and exit with 0 code value, the Yarn container status set by the englobing flink execution is FAILED with diagnostic "Flink YARN Client requested shutdown."? Command line : flink run -m yarn-cluster -yn 20 -ytm 81