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/01/19 21:33:59 UTC

[beam] branch master updated (e86ddb4 -> 6b6800c)

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 e86ddb4  Use platformThreadFactory for default thread pool.
     add cb8f7a2  Implement a GRPC Provision Service
     new 6b6800c  Merge pull request #4421

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:
 .../provisioning/StaticGrpcProvisionService.java   | 55 ++++++++++++
 .../fnexecution/provisioning}/package-info.java    |  6 +-
 .../StaticGrpcProvisionServiceTest.java            | 97 ++++++++++++++++++++++
 3 files changed, 154 insertions(+), 4 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/provisioning/StaticGrpcProvisionService.java
 copy {sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider => runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/provisioning}/package-info.java (90%)
 create mode 100644 runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/provisioning/StaticGrpcProvisionServiceTest.java

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

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

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 6b6800cfeffb17f13fe5f386215c4eb53d235af8
Merge: e86ddb4 cb8f7a2
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Fri Jan 19 13:33:55 2018 -0800

    Merge pull request #4421
    
    Implement a GRPC Provision Service

 .../provisioning/StaticGrpcProvisionService.java   | 55 ++++++++++++
 .../fnexecution/provisioning/package-info.java     | 20 +++++
 .../StaticGrpcProvisionServiceTest.java            | 97 ++++++++++++++++++++++
 3 files changed, 172 insertions(+)

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