aljoscha opened a new pull request #11608: [FLINK-16560] Forward Configuration 
in PackagedProgramUtils#getPipelineFromProgram
URL: https://github.com/apache/flink/pull/11608
 
 
   Before, when using PackagedProgramUtils (for example in the standalone 
cluster entrypoint or the web ui) the Flink Configuration would not be applied 
to the execution environment.
   
   This also adds a test that verifies that we forward configuration.
   
   This is a version of #11607 for Flink 1.10. There are slight differences 
because the plan environments were changed. Also the tests are in a different 
place because in Flink 1.10 the dependencies between `flink-clients` and 
`flink-streaming-java` are reversed.
   
   ## Brief change log
   
     - change `OptimizerPlanEnvironment` and `StreamPlanEnvironment` 
constructors to accept a `Configuration` and forward to the correct super 
constructor.
   
   ## Verifying this change
   
    - see the newly added test
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: indirectly, because we now 
correctly forward also deployment options
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to