This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit af864b804931868d6da3af77a388a637d0db8798
Merge: 504ce70 7a537b9
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Fri Feb 2 16:38:46 2018 -0800

    Merge pull request #4422: Implement a Local Artifact Retrieval service
    
    [BEAM-2885]

 .../artifact/ArtifactRetrievalService.java         |  24 +++
 .../runners/fnexecution/artifact/package-info.java |  23 ++
 runners/local-artifact-service-java/build.gradle   |   2 +
 runners/local-artifact-service-java/pom.xml        |  11 +
 .../local/LocalArtifactStagingLocation.java        | 117 ++++++++++
 .../LocalFileSystemArtifactRetrievalService.java   | 120 +++++++++++
 .../LocalFileSystemArtifactStagerService.java      |  34 ++-
 .../local/LocalArtifactStagingLocationTest.java    | 125 +++++++++++
 ...ocalFileSystemArtifactRetrievalServiceTest.java | 240 +++++++++++++++++++++
 .../LocalFileSystemArtifactStagerServiceTest.java  |   4 +-
 10 files changed, 676 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tg...@apache.org.

Reply via email to