You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/05/23 10:19:53 UTC

[beam] branch master updated (2b2d9e0 -> 9a7b60f)

This is an automated email from the ASF dual-hosted git repository.

mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2b2d9e0  Merge pull request #8658 [BEAM-6880] Removing python integration test for Java ULR.
     add a9039ba  Make Jet Runner usable and documented
     new 9a7b60f  Merge pull request #8637: [BEAM-7305] Make Jet Runner usable and documented

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:
 .../beam/runners/jet/JetPipelineOptions.java       |  29 +++--
 .../org/apache/beam/runners/jet/JetRunner.java     |  45 ++++---
 .../org/apache/beam/runners/jet/TestJetRunner.java |   3 -
 website/src/_data/capability-matrix.yml            | 114 ++++++++++++++++
 website/src/_includes/section-menu/runners.html    |   1 +
 website/src/documentation/index.md                 |   1 +
 website/src/documentation/runners/jet.md           | 144 +++++++++++++++++++++
 website/src/get-started/quickstart-java.md         |  37 +++++-
 8 files changed, 341 insertions(+), 33 deletions(-)
 create mode 100644 website/src/documentation/runners/jet.md


[beam] 01/01: Merge pull request #8637: [BEAM-7305] Make Jet Runner usable and documented

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9a7b60f8c418c70de79c37ec04b4a79b5a502ca6
Merge: 2b2d9e0 a9039ba
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Thu May 23 12:19:34 2019 +0200

    Merge pull request #8637: [BEAM-7305] Make Jet Runner usable and documented

 .../beam/runners/jet/JetPipelineOptions.java       |  29 +++--
 .../org/apache/beam/runners/jet/JetRunner.java     |  45 ++++---
 .../org/apache/beam/runners/jet/TestJetRunner.java |   3 -
 website/src/_data/capability-matrix.yml            | 114 ++++++++++++++++
 website/src/_includes/section-menu/runners.html    |   1 +
 website/src/documentation/index.md                 |   1 +
 website/src/documentation/runners/jet.md           | 144 +++++++++++++++++++++
 website/src/get-started/quickstart-java.md         |  37 +++++-
 8 files changed, 341 insertions(+), 33 deletions(-)