You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2016/06/20 09:35:05 UTC

[jira] [Updated] (FLINK-3838) CLI parameter parser is munging application params

     [ https://issues.apache.org/jira/browse/FLINK-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maximilian Michels updated FLINK-3838:
--------------------------------------
    Affects Version/s: 1.0.3

> CLI parameter parser is munging application params
> --------------------------------------------------
>
>                 Key: FLINK-3838
>                 URL: https://issues.apache.org/jira/browse/FLINK-3838
>             Project: Flink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.0.2, 1.0.3
>            Reporter: Ken Krugler
>            Priority: Minor
>             Fix For: 1.1.0, 1.0.4
>
>
> If parameters for an application use a single '-' (e.g. -maxtasks) then the CLI argument parser will munge these, and the app gets passed either just the parameter name (e.g. 'maxtask') if the start of the parameter doesn't match a Flink parameter, or you get two values, with the first value being the part that matched (e.g. '-m') and the second value being the rest (e.g. 'axtasks').
> The parser should ignore everything after the jar path parameter.
> Note that using --<parameter name> does seem to work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)