Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 898BB184F4 for ; Thu, 11 Feb 2016 09:03:40 +0000 (UTC) Received: (qmail 3450 invoked by uid 500); 11 Feb 2016 09:03:18 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 3369 invoked by uid 500); 11 Feb 2016 09:03:18 -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 3328 invoked by uid 99); 11 Feb 2016 09:03:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2016 09:03:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6D2372C1F6E for ; Thu, 11 Feb 2016 09:03:18 +0000 (UTC) Date: Thu, 11 Feb 2016 09:03:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3372) Setting custom YARN application name is ignored MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142443#comment-15142443 ] ASF GitHub Bot commented on FLINK-3372: --------------------------------------- Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1607#issuecomment-182773179 Hi @ndimiduk, the ASF bot only closes PRs which are merged into master. Can you manually close this one? Thanks > Setting custom YARN application name is ignored > ----------------------------------------------- > > Key: FLINK-3372 > URL: https://issues.apache.org/jira/browse/FLINK-3372 > Project: Flink > Issue Type: Bug > Components: YARN Client > Affects Versions: 0.10.1 > Reporter: Nick Dimiduk > Fix For: 0.10.3 > > > The {{-ynm}} optional argument is ignored. From my debugging FlinkYarnClientBase does the right thing to parse and set the value. CliFrontend ignores this parsed value, always calling > {noformat} > flinkYarnClient.setName("Flink Application: " + programName); > {noformat} > down in {{getClient(CommandLineOptions, String, int)}}. Thus every job submission to YARN is identifiable only by its classname. -- This message was sent by Atlassian JIRA (v6.3.4#6332)