damccorm opened a new issue, #19874: URL: https://github.com/apache/beam/issues/19874
Beam fails to run remote pipeline when the class loader has URLs other than _[file://_](file://_/)._ The environment uses the [Manifold project](http://manifold.systems), which installs a custom URL handler of the form: _manifoldclass://_, which contributes to the URL classpath, however Beam throws an exception when it encounters this URL. Instead Beam should *ignore* or at most warn about URLs it does not recognize. A similar issue was recently fixed in the Spring framework: [https://github.com/spring-projects/spring-framework/issues/21950](https://github.com/spring-projects/spring-framework/issues/21950). Beam should follow suit. See external Manifold issue: [https://github.com/manifold-systems/manifold/issues/143](https://github.com/manifold-systems/manifold/issues/143) Imported from Jira [BEAM-8875](https://issues.apache.org/jira/browse/BEAM-8875). Original Jira may contain additional context. Reported by: rsmckinney. -- 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]
