You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Scott McKinney (Jira)" <ji...@apache.org> on 2019/12/03 02:24:00 UTC

[jira] [Created] (BEAM-8875) Pipeline fails to run remotely

Scott McKinney created BEAM-8875:
------------------------------------

             Summary: Pipeline fails to run remotely
                 Key: BEAM-8875
                 URL: https://issues.apache.org/jira/browse/BEAM-8875
             Project: Beam
          Issue Type: Bug
          Components: beam-model
         Environment: Java 8
            Reporter: Scott McKinney


Beam fails to run remote pipeline when the class loader has URLs other than _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.3.4#803005)