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

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

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(-)