You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jozef Vilcek (JIRA)" <ji...@apache.org> on 2018/06/25 14:00:00 UTC

[jira] [Created] (FLINK-9656) Environment java opts for flink run

Jozef Vilcek created FLINK-9656:
-----------------------------------

             Summary: Environment java opts for flink run 
                 Key: FLINK-9656
                 URL: https://issues.apache.org/jira/browse/FLINK-9656
             Project: Flink
          Issue Type: Improvement
    Affects Versions: 1.4.2
            Reporter: Jozef Vilcek


Hello,

is there a reason why `bin/flink run` is not able to pick up `FLINK_ENV_JAVA_OPTS` variable?

Would it be possible to have this line

[https://github.com/apache/flink/blob/master/flink-dist/src/main/flink-bin/bin/flink#L55]

looks like
{noformat}
exec $JAVA_RUN $JVM_ARGS $FLINK_ENV_JAVA_OPTS "${log_setting[@]}" ...{noformat}
instead of
{noformat}
exec $JAVA_RUN $JVM_ARGS "${log_setting[@]}" ...{noformat}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)