GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/2139

    [FLINK-3838] Upgrade commons-cli to fix parsing of jar args

    The jar arguments were not parsed correctly if options were
    present. For example, in `./flink run <options> file.jar -arg value` the
    jar arguments would be parsed as "arg" and "value". Interestingly, this only
    happens when <options> are present.
    
    The issue has been fixed in commons-cli 1.3.1.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink FLINK-3838

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2139.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 #2139
    
----
commit ba09bee4b6325ee0fe85dbc9c04d2bdc80ab11a3
Author: Maximilian Michels <m...@apache.org>
Date:   2016-06-21T07:32:56Z

    [FLINK-3838] Upgrade commons-cli to fix parsing of jar args
    
    The jar arguments were not parsed correctly if options were
    present. For example, in `./flink run <options> file.jar -arg value` the
    jar arguments would be parsed as "arg" and "value". Interestingly, this only
    happens when <options> are present.
    
    The issue has been fixed in commons-cli 1.3.1.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to