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 5a942f6 Upgrade Gradle shadowJar plugin to latest.
add 3b72d10 Create jobsubmission package for job management.
add f1fbf93 Add Job Invocation Interfaces
add 1412587 Add in-memory implementation of JobService
new fd3a3b3 Merge pull request #5262: [BEAM-2588] Portability Runner Job
Service
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:
.../jobsubmission/InMemoryJobService.java | 264 +++++++++++++++++++++
.../fnexecution/jobsubmission/JobInvocation.java | 59 +++++
.../fnexecution/jobsubmission/JobInvoker.java} | 21 +-
.../fnexecution/jobsubmission/JobPreparation.java} | 31 ++-
.../fnexecution/jobsubmission}/package-info.java | 4 +-
.../jobsubmission/InMemoryJobServiceTest.java | 138 +++++++++++
6 files changed, 495 insertions(+), 22 deletions(-)
create mode 100644
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/jobsubmission/InMemoryJobService.java
create mode 100644
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/jobsubmission/JobInvocation.java
copy
runners/{core-construction-java/src/main/java/org/apache/beam/runners/core/construction/BeamUrns.java
=>
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/jobsubmission/JobInvoker.java}
(64%)
copy
runners/{reference/java/src/main/java/org/apache/beam/runners/reference/ReferenceRunner.java
=>
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/jobsubmission/JobPreparation.java}
(58%)
copy runners/{apex/src/main/java/org/apache/beam/runners/apex =>
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/jobsubmission}/package-info.java
(88%)
create mode 100644
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/jobsubmission/InMemoryJobServiceTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].