You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/01 09:30:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-9656:
----------------------------------
    Labels: pull-request-available  (was: )

> Environment java opts for flink run 
> ------------------------------------
>
>                 Key: FLINK-9656
>                 URL: https://issues.apache.org/jira/browse/FLINK-9656
>             Project: Flink
>          Issue Type: Improvement
>          Components: Command Line Client
>    Affects Versions: 1.4.2
>            Reporter: Jozef Vilcek
>            Priority: Minor
>              Labels: pull-request-available
>
> 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
(v8.3.4#803005)