You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/05/02 19:12:17 UTC

[beam] branch master updated (d19c366 -> 48f9cce)

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 d19c366  Merge pull request #5236
     add 74d6867  Create ArtifactSource Interface
     add 880d50e  Create RemoteBundle interface
     add 353be65  Create JobInfo for job declaration by operators.
     add c11c837  Create BundleFactory chain.
     new 48f9cce  Merge pull request #5152: Harness Manager Interfaces

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:
 .../{package-info.java => ArtifactSource.java}     | 24 +++++++++++++++---
 .../{package-info.java => JobBundleFactory.java}   | 16 +++++++++---
 ...ackage-info.java => OutputReceiverFactory.java} | 14 ++++++++---
 .../runners/fnexecution/control/RemoteBundle.java} | 29 +++++++++++-----------
 .../RemoteOutputReceiver.java}                     | 17 +++++++------
 .../fnexecution/control/SdkHarnessClient.java      | 19 ++------------
 .../{package-info.java => StageBundleFactory.java} | 21 +++++++++++++---
 .../runners/fnexecution/provisioning/JobInfo.java  | 22 ++++++++--------
 .../fnexecution/control/RemoteExecutionTest.java   |  1 -
 .../fnexecution/control/SdkHarnessClientTest.java  |  1 -
 10 files changed, 99 insertions(+), 65 deletions(-)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/artifact/{package-info.java => ArtifactSource.java} (59%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java => JobBundleFactory.java} (62%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java => OutputReceiverFactory.java} (71%)
 copy runners/{core-java/src/main/java/org/apache/beam/runners/core/KeyedWorkItem.java => java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/RemoteBundle.java} (52%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/{data/RemoteInputDestination.java => control/RemoteOutputReceiver.java} (63%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java => StageBundleFactory.java} (53%)
 copy sdks/java/core/src/main/java/org/apache/beam/sdk/util/DoFnAndMainOutput.java => runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/provisioning/JobInfo.java (60%)

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

[beam] 01/01: Merge pull request #5152: Harness Manager Interfaces

Posted by tg...@apache.org.
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 48f9cce76cf87ffe7073c3ad9c34a9f2f6de4b76
Merge: d19c366 c11c837
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Wed May 2 12:12:08 2018 -0700

    Merge pull request #5152: Harness Manager Interfaces
    
    [BEAM-3327]

 .../fnexecution/artifact/ArtifactSource.java       | 41 +++++++++++++++++++++
 .../fnexecution/control/JobBundleFactory.java      | 33 +++++++++++++++++
 .../fnexecution/control/OutputReceiverFactory.java | 31 ++++++++++++++++
 .../runners/fnexecution/control/RemoteBundle.java  | 43 ++++++++++++++++++++++
 .../fnexecution/control/RemoteOutputReceiver.java  | 38 +++++++++++++++++++
 .../fnexecution/control/SdkHarnessClient.java      | 19 +---------
 .../fnexecution/control/StageBundleFactory.java    | 38 +++++++++++++++++++
 .../runners/fnexecution/provisioning/JobInfo.java  | 37 +++++++++++++++++++
 .../fnexecution/control/RemoteExecutionTest.java   |  1 -
 .../fnexecution/control/SdkHarnessClientTest.java  |  1 -
 10 files changed, 263 insertions(+), 19 deletions(-)


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