You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2016/10/19 16:57:58 UTC

[jira] [Created] (BEAM-779) filesToStage should allow for common ways in which people package their resources

Luke Cwik created BEAM-779:
------------------------------

             Summary: filesToStage should allow for common ways in which people package their resources
                 Key: BEAM-779
                 URL: https://issues.apache.org/jira/browse/BEAM-779
             Project: Beam
          Issue Type: Improvement
          Components: runner-dataflow
            Reporter: Luke Cwik
            Assignee: Davor Bonaci


Different application environments launch and maintain their classpath resources in various ways. See these SO questions for examples of how people launch their pipelines that currently are unsupported:
http://stackoverflow.com/questions/31978566/detectclasspathresourcestostage-unable-to-convert-url
http://stackoverflow.com/questions/40099952/launching-dataflow-jobs-from-a-java-application

Add support for classpaths which:
* use URLs that are embedded within other jars
* allow for manifest files that specify their classpaths
* add support for rsrc:// URIs to support Eclipse jar packaging



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)