Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline fails to run remotely #19874

Open
damccorm opened this issue Jun 4, 2022 · 0 comments
Open

Pipeline fails to run remotely #19874

damccorm opened this issue Jun 4, 2022 · 0 comments

Comments

@damccorm
Copy link
Contributor

damccorm commented Jun 4, 2022

Beam fails to run remote pipeline when the class loader has URLs other than file://_. The environment uses the Manifold project, 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: spring-projects/spring-framework#21950. Beam should follow suit.

See external Manifold issue: manifold-systems/manifold#143

 

Imported from Jira BEAM-8875. Original Jira may contain additional context.
Reported by: rsmckinney.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant