Nico Kruber created FLINK-5081:
----------------------------------
Summary: unable to set yarn.maximum-failed-containers with flink one-time YARN setup
Key: FLINK-5081
URL:
https://issues.apache.org/jira/browse/FLINK-5081 Project: Flink
Issue Type: Bug
Components: Startup Shell Scripts
Affects Versions: 1.1.4
Reporter: Nico Kruber
When letting flink setup YARN for a one-time job, it apparently does not deliver the {{yarn.maximum-failed-containers}} parameter to YARN as the {{yarn-session.sh}} script does. Adding it to conf/flink-conf.yaml as
https://ci.apache.org/projects/flink/flink-docs-master/setup/yarn_setup.html#recovery-behavior-of-flink-on-yarn suggested also does not work.
example:
{code:none}
flink run -m yarn-cluster -yn 3 -yjm 1024 -ytm 4096 <job>.jar --parallelism 3 -Dyarn.maximum-failed-containers=100
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)