GitHub user rmetzger opened a pull request:

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

    [FLINK-1920] Properly pass command line arguments with spaces to Flink

    The actual issue was that we were using `$*` to pass the command line 
arguments from the scripts to the JVM. It seems that we have to use `"$@` so 
that arguments with spaces are passed properly.
    I've tested this change with `./bin/yarn-session.sh -n 2 -D 
"akka.ask.timeout=5 min"` (note the space in the configuration value.

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

    $ git pull https://github.com/rmetzger/flink flink1920

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

    https://github.com/apache/flink/pull/689.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 #689
    
----
commit 176323899deac0f3438e6029722846c167f2d967
Author: Robert Metzger <rmetz...@apache.org>
Date:   2015-05-18T12:24:38Z

    [FLINK-1920] Properly pass command line arguments with spaces to Flink

----


---
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