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 C1BE918BD2 for ; Wed, 22 Jul 2015 12:44:04 +0000 (UTC) Received: (qmail 99889 invoked by uid 500); 22 Jul 2015 12:44:04 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 99850 invoked by uid 500); 22 Jul 2015 12:44: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 99839 invoked by uid 99); 22 Jul 2015 12:44:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 12:44:04 +0000 Date: Wed, 22 Jul 2015 12:44:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2218) Web client cannot distinguesh between Flink options and program arguments 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-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636858#comment-14636858 ] ASF GitHub Bot commented on FLINK-2218: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/904 > Web client cannot distinguesh between Flink options and program arguments > ------------------------------------------------------------------------- > > Key: FLINK-2218 > URL: https://issues.apache.org/jira/browse/FLINK-2218 > Project: Flink > Issue Type: Improvement > Components: Webfrontend > Affects Versions: master > Reporter: Ufuk Celebi > Assignee: Matthias J. Sax > > WebClient has only one input field for arguments. This field is used for Flink options (e.g., `-p`) and program arguments. Thus, supported Flink options restrict the possible program arguments. CliFrontend in contrast can distinguish both and thus `-p` can also be used as an program argument. > Solution: add a second input field for Flink options to WebClient -- This message was sent by Atlassian JIRA (v6.3.4#6332)