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 F2E7F18217 for ; Wed, 1 Jul 2015 11:56:46 +0000 (UTC) Received: (qmail 80323 invoked by uid 500); 1 Jul 2015 11:56:46 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 80279 invoked by uid 500); 1 Jul 2015 11:56:46 -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 80270 invoked by uid 99); 1 Jul 2015 11:56:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 11:56:46 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Jul 2015 11:54:37 +0000 Received: (qmail 79489 invoked by uid 99); 1 Jul 2015 11:56:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 11:56:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9A3DFDFBA9; Wed, 1 Jul 2015 11:56:23 +0000 (UTC) From: mxm To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org References: In-Reply-To: Subject: [GitHub] flink pull request: [FLINK-2298] Allow setting a custom applicatio... Content-Type: text/plain Message-Id: <20150701115623.9A3DFDFBA9@git1-us-west.apache.org> Date: Wed, 1 Jul 2015 11:56:23 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/876#discussion_r33671148 --- Diff: flink-yarn-tests/src/main/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java --- @@ -121,6 +121,7 @@ public void testDetachedMode() { "-n", "1", "-jm", "768", "-tm", "1024", + "--name", "MyCustomName", // test setting a custom name --- End diff -- Seems like you only use short options in the tests, so this should be `-nm`. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---