You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/04/06 12:10:00 UTC

[jira] [Assigned] (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 ]

Till Rohrmann reassigned FLINK-9656:
------------------------------------

    Assignee: Jun Qin

> 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
>            Assignee: Jun Qin
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)