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:00 UTC

[beam] branch master updated (3156b60 -> e0cf774)

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 3156b60  Merge pull request #5461: [BEAM-4393] Appending lacked LICENSE of shaded dependencies
     add e54f627  Add an InProcessEnvironmentFactory
     add e869448  Update InProcessManagedChannelFactory
     add 9385d32  Add a RemoteStageEvaluatorFactory
     add e515e22  Move InProcessEnvironmentFactory to java-fn-execution
     new e0cf774  Merge pull request #5349: Add a Remote Stage Evaluator

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/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(-)
 create mode 100644 runners/direct-java/src/main/java/org/apache/beam/runners/direct/portable/RemoteStageEvaluatorFactory.java
 create mode 100644 runners/direct-java/src/test/java/org/apache/beam/runners/direct/portable/RemoteStageEvaluatorFactoryTest.java
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/environment/InProcessEnvironmentFactory.java

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

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

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 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.