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:31 UTC

[GitHub] [beam] damccorm opened a new issue, #20701: Make expansion service Java launcher configurable in pipeline options.

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

   We need Java to run expansion services in subprocesses [1]. Currently this code always uses the "java" executable on the $PATH. But changing $PATH or adding an alias is a global(ish) change, and it's cumbersome, or even impossible in some environments (Forge). Having a pipeline option for it is easier and better isolated.
   
   [1] https://github.com/apache/beam/blob/master/sdks/python/apache_beam/utils/subprocess_server.py
   
   Imported from Jira [BEAM-11414](https://issues.apache.org/jira/browse/BEAM-11414). 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