[jira] [Commented] (FLINK-943) Configured values with double quotes are not parsed correctly in bash scripts

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (FLINK-943) Configured values with double quotes are not parsed correctly in bash scripts

Shang Yuanchun (Jira)

    [ https://issues.apache.org/jira/browse/FLINK-943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035932#comment-14035932 ]

ASF GitHub Bot commented on FLINK-943:
--------------------------------------

Github user StephanEwen commented on the pull request:

    https://github.com/apache/incubator-flink/pull/26#issuecomment-46462311
 
    Good to merge


> Configured values with double quotes are not parsed correctly in bash scripts
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-943
>                 URL: https://issues.apache.org/jira/browse/FLINK-943
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ufuk Celebi
>
> In FLINK-942 I noticed that {{env.java.opts}} are not read by the startup scripts. While doing the fix I discovered a related problem:
> This works fine:
> {code}
> env.java.opts: -Dio.netty.leakDetectionLevel=paranoid
> {code}
> If you use it with double quotes, the startup scripts get messed up and don't even start up the JobManager/TaskManagers anymore:
> {code}
> env.java.opts: "-Dio.netty.leakDetectionLevel=paranoid"
> {code}
> This applies to all configuration values with double quotes and is there a seperate issue than FLINK-942. I just noticed it by chance for the JVM args.



--
This message was sent by Atlassian JIRA
(v6.2#6252)