You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: