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/24 16:57:01 UTC

[beam] 01/01: Merge pull request #5349: Add a Remote Stage Evaluator

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 e0cf774ac150300d92c0c62b9c5e070eb210419f
Merge: 3156b60 e515e22
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Thu May 24 09:56:56 2018 -0700

    Merge pull request #5349: Add a Remote Stage Evaluator
    
    [BEAM-3326]

 runners/direct-java/build.gradle                   |   1 +
 runners/direct-java/pom.xml                        |   6 +
 .../portable/RemoteStageEvaluatorFactory.java      |  89 +++++++++++
 .../portable/RemoteStageEvaluatorFactoryTest.java  | 172 +++++++++++++++++++++
 runners/java-fn-execution/build.gradle             |   1 +
 runners/java-fn-execution/pom.xml                  |  12 +-
 .../environment/InProcessEnvironmentFactory.java   | 123 +++++++++++++++
 .../runners/fnexecution/InProcessSdkHarness.java   |  50 +++---
 .../fnexecution/control/RemoteExecutionTest.java   |   2 +-
 .../fnexecution/control/SdkHarnessClientTest.java  |   4 +-
 .../beam/runners/reference/PortableRunnerTest.java |   4 +-
 .../fn/test/InProcessManagedChannelFactory.java    |   5 +
 12 files changed, 427 insertions(+), 42 deletions(-)


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