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 1BD0118BBD for ; Tue, 30 Jun 2015 16:24:05 +0000 (UTC) Received: (qmail 66431 invoked by uid 500); 30 Jun 2015 16:24:04 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 66055 invoked by uid 500); 30 Jun 2015 16:24:04 -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 66043 invoked by uid 99); 30 Jun 2015 16:24:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 16:24:04 +0000 Date: Tue, 30 Jun 2015 16:24:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2298) Allow setting custom YARN application names through the CLI 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-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608608#comment-14608608 ] ASF GitHub Bot commented on FLINK-2298: --------------------------------------- GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/876 [FLINK-2298] Allow setting a custom application name on YARN With this change, users can pass a "--name" argument to the YARN session to give the YARN application a custom name. I've covered the change in a test case and tested it on HDP 2.3 (with hadoop 2.7.1, which we apparently also support ;) ) You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmetzger/flink flink2298 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/876.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #876 ---- commit 2db26e4b212e3539c8df749bfbfce6d1b077a361 Author: Robert Metzger Date: 2015-06-30T14:56:30Z [FLINK-2298] Add option to pass a custom name for Flink on YARN ---- > Allow setting custom YARN application names through the CLI > ----------------------------------------------------------- > > Key: FLINK-2298 > URL: https://issues.apache.org/jira/browse/FLINK-2298 > Project: Flink > Issue Type: Bug > Components: YARN Client > Affects Versions: 0.10 > Reporter: Robert Metzger > Assignee: Robert Metzger > > A Flink user asked for adding an option to the YARN CLI frontend to provide a custom application name when starting Flink on YARN. -- This message was sent by Atlassian JIRA (v6.3.4#6332)