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

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


    from 504ce70  Merge pull request #4539 from 
pabloem/static-runtimevalueprovider
     add 5c01e85  Add a LocalArtifactStagingLocation
     add c26191d  Add LocalArtifactStagingLocation#forExisting
     add e2432e2  Add an ArtifactRetrievalService interface
     add 7a537b9  Implement a Local ArtifactRetrievalService
     new af864b8  Merge pull request #4422: Implement a Local Artifact 
Retrieval service

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../artifact/ArtifactRetrievalService.java}        |  15 +-
 .../fnexecution/artifact}/package-info.java        |   5 +-
 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, 636 insertions(+), 37 deletions(-)
 copy 
runners/{flink/src/main/java/org/apache/beam/runners/flink/TranslationMode.java 
=> 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/artifact/ArtifactRetrievalService.java}
 (77%)
 copy runners/{apex/src/main/java/org/apache/beam/runners/apex/translation => 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/artifact}/package-info.java
 (81%)
 create mode 100644 
runners/local-artifact-service-java/src/main/java/org/apache/beam/artifact/local/LocalArtifactStagingLocation.java
 create mode 100644 
runners/local-artifact-service-java/src/main/java/org/apache/beam/artifact/local/LocalFileSystemArtifactRetrievalService.java
 create mode 100644 
runners/local-artifact-service-java/src/test/java/org/apache/beam/artifact/local/LocalArtifactStagingLocationTest.java
 create mode 100644 
runners/local-artifact-service-java/src/test/java/org/apache/beam/artifact/local/LocalFileSystemArtifactRetrievalServiceTest.java

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

Reply via email to