Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B7020200BCA for ; Mon, 21 Nov 2016 11:06:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B6630160B1C; Mon, 21 Nov 2016 10:06:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 30151160AEC for ; Mon, 21 Nov 2016 11:06:02 +0100 (CET) Received: (qmail 24876 invoked by uid 500); 21 Nov 2016 10:06:01 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 24856 invoked by uid 99); 21 Nov 2016 10:06:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 10:06:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3D3F22C4C72 for ; Mon, 21 Nov 2016 10:06:01 +0000 (UTC) Date: Mon, 21 Nov 2016 10:06:01 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-5081) unable to set yarn.maximum-failed-containers with flink one-time YARN setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 10:06:02 -0000 [ https://issues.apache.org/jira/browse/FLINK-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reassigned FLINK-5081: ----------------------------------------- Assignee: Maximilian Michels > 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 > Assignee: Maximilian Michels > > 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 .jar --parallelism 3 -Dyarn.maximum-failed-containers=100 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)