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

[jira] [Comment Edited] (FLINK-4038) Impossible to set more than 1 JVM argument in env.java.opts

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

Robert Metzger edited comment on FLINK-4038 at 6/16/16 1:12 PM:
----------------------------------------------------------------

[~gyfora] Can you work on FLINK-4038 - FLINK-4040 until the 1.1. release or would you like to have somebody else fixing this?


was (Author: rmetzger):
Can you work on FLINK-4038 - FLINK-4040 until the 1.1. release or would you like to have somebody else fixing this?

> Impossible to set more than 1 JVM argument in env.java.opts
> -----------------------------------------------------------
>
>                 Key: FLINK-4038
>                 URL: https://issues.apache.org/jira/browse/FLINK-4038
>             Project: Flink
>          Issue Type: Bug
>          Components: Start-Stop Scripts
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Gyula Fora
>            Priority: Critical
>             Fix For: 1.1.0
>
>
> The Taskmanager start scripts fail when env.java.opts contains more than 1 jvm opts due to:
> if [[ $FLINK_TM_MEM_PRE_ALLOCATE == "false" ]] && [ -z $FLINK_ENV_JAVA_OPTS ]; then
> -z checks the length of the first argument but it fails if it has more than 1 argument



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