[
https://issues.apache.org/jira/browse/BEAM-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17548229#comment-17548229
]
Danny McCormick commented on BEAM-8875:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19874
> Pipeline fails to run remotely
> ------------------------------
>
> Key: BEAM-8875
> URL: https://issues.apache.org/jira/browse/BEAM-8875
> Project: Beam
> Issue Type: Bug
> Components: runner-core, runner-dataflow
> Environment: Java 8
> Reporter: Scott McKinney
> Priority: P3
>
> 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]. Beam
> should follow suit.
> See external Manifold issue:
> [https://github.com/manifold-systems/manifold/issues/143]
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)