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 2017/04/20 17:39:04 UTC

[jira] [Created] (BEAM-2034) Embed example/test data within jars instead of using world readable Google Cloud Storage paths

Luke Cwik created BEAM-2034:
-------------------------------

             Summary: Embed example/test data within jars instead of using world readable Google Cloud Storage paths
                 Key: BEAM-2034
                 URL: https://issues.apache.org/jira/browse/BEAM-2034
             Project: Beam
          Issue Type: Improvement
          Components: examples-java, testing
            Reporter: Luke Cwik
            Priority: Minor


The idea is to add a filesystem which looks up paths using Java's classloader resource system. This filesystem would be integrated as a default handler for "jar://" paths.

This will help make examples runner independent and also allows for tests to embed read only data files within jars making both examples and tests easier to run.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)