You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:02:49 UTC

[GitHub] [beam] damccorm opened a new issue, #20709: [collection] environment do not respect flink-conf.yaml.

damccorm opened a new issue, #20709:
URL: https://github.com/apache/beam/issues/20709

   When the Flink master is set to -[auto] and- [collection], flink-conf.yaml (from the FLINK_CONF_DIR environment variable, or the \--flink-conf-dir option of the job server) is disregarded.
   
   -This can result in some confusing behavior. For example, when [auto] creates a local environment, an empty Configuration() object is used.-
   
   -[https://github.com/apache/beam/blob/dd71c9ac472b62ff3598d3db47b0f26985bbc82a/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java#L82-L85](https://github.com/apache/beam/blob/dd71c9ac472b62ff3598d3db47b0f26985bbc82a/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java#L82-L85)-
   
    
   
   Imported from Jira [BEAM-11612](https://issues.apache.org/jira/browse/BEAM-11612). Original Jira may contain additional context.
   Reported by: ibzib.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #20709: [collection] environment do not respect flink-conf.yaml.

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #20709:
URL: https://github.com/apache/beam/issues/20709#issuecomment-1319312456

   May be fixed by #23635, specifically here: https://github.com/Abacn/beam/blob/2a8077be46af9358990e888283e2a8668002932c/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineRunner.java#L81
    but did not confirm.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org