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

[beam] branch master updated (81ff55f -> a753d21)

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

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


    from 81ff55f  Merge pull request #5451: [BEAM-4351] Enforce ErrorProne analysis in mqtt IO
     add d3b223d  Require explicit IdGenerator for all DockerEnvironmentFactory constructors
     add 2dcb0dc  [BEAM-4148] Add pluggable UrlFactory to ServerFactory
     add b1526f8  [BEAM-4267] Docker-based JobBundleFactory
     new a753d21  Merge pull request #5392: [BEAM-4267] JobBundleFactory that uses Docker-backed environments

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:
 runners/java-fn-execution/build.gradle             |   1 +
 .../beam/runners/fnexecution/ServerFactory.java    |  29 +-
 .../control/DockerJobBundleFactory.java            | 363 +++++++++++++++++++++
 .../control/ProcessBundleDescriptors.java          |   2 +-
 .../environment/DockerEnvironmentFactory.java      |   8 +-
 .../runners/fnexecution/ServerFactoryTest.java     |  17 +-
 .../control/DockerJobBundleFactoryTest.java        | 195 +++++++++++
 7 files changed, 605 insertions(+), 10 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java
 create mode 100644 runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactoryTest.java

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

[beam] 01/01: Merge pull request #5392: [BEAM-4267] JobBundleFactory that uses Docker-backed environments

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a753d21e605444dc1f7d3fa5e350ad38a6610ed3
Merge: 81ff55f b1526f8
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Tue May 22 12:54:23 2018 -0700

    Merge pull request #5392: [BEAM-4267] JobBundleFactory that uses Docker-backed environments
    
    [BEAM-4267] JobBundleFactory that uses Docker-backed environments

 runners/java-fn-execution/build.gradle             |   1 +
 .../beam/runners/fnexecution/ServerFactory.java    |  29 +-
 .../control/DockerJobBundleFactory.java            | 363 +++++++++++++++++++++
 .../control/ProcessBundleDescriptors.java          |   2 +-
 .../environment/DockerEnvironmentFactory.java      |   8 +-
 .../runners/fnexecution/ServerFactoryTest.java     |  17 +-
 .../control/DockerJobBundleFactoryTest.java        | 195 +++++++++++
 7 files changed, 605 insertions(+), 10 deletions(-)


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