You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ben Sidhom (JIRA)" <ji...@apache.org> on 2018/04/17 22:40:00 UTC

[jira] [Created] (BEAM-4109) Support arbitrary artifact names in local file artifact staging service

Ben Sidhom created BEAM-4109:
--------------------------------

             Summary: Support arbitrary artifact names in local file artifact staging service
                 Key: BEAM-4109
                 URL: https://issues.apache.org/jira/browse/BEAM-4109
             Project: Beam
          Issue Type: Improvement
          Components: runner-core
            Reporter: Ben Sidhom
            Assignee: Kenneth Knowles


The local-file based artifact staging service implementation stores artifacts in a flat directory under the exact names they are given by the artifact staging request. This assumes that all artifact names are safe file names and requires staging clients to manually escape names.

Instead, the staging service should perform its own escaping/mapping transparently and allow clients to specify arbitrary artifact staging names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)