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 2017/11/28 22:54:49 UTC

[beam] branch master updated (dc3a664 -> 8159df2)

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 dc3a664  Merge pull request #3641
     add 973f030  Maintain In-flight preparation requests
     new 8159df2  Merge pull request #4150

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:
 pom.xml                                            |  6 ++
 .../beam/runners/fnexecution/GrpcFnServer.java     |  7 ++
 runners/local-artifact-service-java/build.gradle   |  1 +
 runners/local-artifact-service-java/pom.xml        |  6 +-
 .../LocalFileSystemArtifactStagerService.java      | 11 ++-
 runners/reference/job-server/build.gradle          |  4 ++
 runners/reference/job-server/pom.xml               | 54 +++++++++++++--
 .../beam/runners/reference/job/PreparingJob.java   | 47 +++++++------
 .../reference/job/ReferenceRunnerJobServer.java    | 33 +++++----
 .../reference/job/ReferenceRunnerJobService.java   | 78 ++++++++++++++++++++--
 .../job/ReferenceRunnerJobServiceTest.java         | 70 ++++++++++++++++++-
 11 files changed, 264 insertions(+), 53 deletions(-)
 copy sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/Column.java => runners/reference/job-server/src/main/java/org/apache/beam/runners/reference/job/PreparingJob.java (50%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4150

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 8159df2b5532a5b342b1c9a88641476895f95e2f
Merge: dc3a664 973f030
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Nov 28 14:54:47 2017 -0800

    Merge pull request #4150
    
    [BEAM-2885] Maintain In-flight preparation requests

 pom.xml                                            |  6 ++
 .../beam/runners/fnexecution/GrpcFnServer.java     |  7 ++
 runners/local-artifact-service-java/build.gradle   |  1 +
 runners/local-artifact-service-java/pom.xml        |  6 +-
 .../LocalFileSystemArtifactStagerService.java      | 11 ++-
 runners/reference/job-server/build.gradle          |  4 ++
 runners/reference/job-server/pom.xml               | 54 +++++++++++++--
 .../beam/runners/reference/job/PreparingJob.java   | 54 +++++++++++++++
 .../reference/job/ReferenceRunnerJobServer.java    | 33 +++++----
 .../reference/job/ReferenceRunnerJobService.java   | 78 ++++++++++++++++++++--
 .../job/ReferenceRunnerJobServiceTest.java         | 70 ++++++++++++++++++-
 11 files changed, 293 insertions(+), 31 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.