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

   ### What happened?
   
   https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Spark/ and 
https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Flink/
   
   ```
   ValueError: Pipeline has validations errors: 
   Option environment_config is not compatible with environment type LOOPBACK.
   ```
   The environment_config parameter is non null and with environment type 
specified triggered validation exception here: 
https://github.com/apache/beam/blob/2adb68bd12743566cc89b596bf204d7c807eb62d/sdks/python/apache_beam/options/pipeline_options_validator.py#L378
   
   The options passed from command line does not specify environment_config, 
but it gets added when pipeline.run() initiated:
   
https://github.com/apache/beam/blob/2adb68bd12743566cc89b596bf204d7c807eb62d/sdks/python/apache_beam/runners/portability/portable_runner.py#L427
   
   and get assigned the worker address.
   
   We should resolve this conflict.
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: test-failures


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to