lostluck commented on issue #28187: URL: https://github.com/apache/beam/issues/28187#issuecomment-2436391023
I think the final trick: Being able to have Java build a prism instance for you via a Go invocation is possible, but I don't know exactly how to test it presently, because Java development set ups are esoteric by nature. Technically it would live in PrismLocator.java, and replicate the logic in the Python command here: https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/portability/prism_runner.py#L204 That is, roughly: "if the Beam version is a development version, then we use Go to try and and install build prism directly to the cache, and fail out if there's no Go, or there's a compile error". -- 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]
