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/10/22 12:19:22 UTC

[beam] branch master updated (686bfd2 -> 0f35360)

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 686bfd2  Merge pull request #9296: [BEAM-7730] Introduce Flink 1.9 Runner
     add a423bb5  Updating the flink runner docs
     new 0f35360  Merge pull request #9761: Update the Flink runner docs to include Docker images

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:
 website/src/documentation/runners/flink.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)


[beam] 01/01: Merge pull request #9761: Update the Flink runner docs to include Docker images

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 0f35360b4e86597733563646e6689734c986f7f2
Merge: 686bfd2 a423bb5
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue Oct 22 14:14:20 2019 +0200

    Merge pull request #9761: Update the Flink runner docs to include Docker images

 website/src/documentation/runners/flink.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --cc website/src/documentation/runners/flink.md
index 515d8e2,9565a35..a821b19
--- a/website/src/documentation/runners/flink.md
+++ b/website/src/documentation/runners/flink.md
@@@ -266,9 -266,9 +266,15 @@@ If you have a Flink `JobManager` runnin
  
  <span class="language-py">
  As of now you will need a copy of Apache Beam's source code. You can
--download it on the [Downloads page]({{ site.baseurl
- }}/get-started/downloads/). In the future there will be pre-built Docker images
- available. To run a pipeline on an embedded Flink cluster:
 -}}/get-started/downloads/). Pre-built Docker images
 -available at Docker-Hub: [Python 2.7](https://hub.docker.com/r/apachebeam/python2.7_sdk), [Python 3.5](https://hub.docker.com/r/apachebeam/python3.5_sdk), [Python 3.6](https://hub.docker.com/r/apachebeam/python3.6_sdk), [Python 3.7](https://hub.docker.com/r/apachebeam/python3.7_sdk). To run a pipeline on an embedded Flink cluster:
++download it on the [Downloads page]({{ site.baseurl }}/get-started/downloads/).
++
++Pre-built Docker images are available at Docker-Hub:
++[Python 2.7](https://hub.docker.com/r/apachebeam/python2.7_sdk),
++[Python 3.5](https://hub.docker.com/r/apachebeam/python3.5_sdk),
++[Python 3.6](https://hub.docker.com/r/apachebeam/python3.6_sdk),
++[Python 3.7](https://hub.docker.com/r/apachebeam/python3.7_sdk).
++
++To run a pipeline on an embedded Flink cluster:
  </span>
  
  <span class="language-py">1. Start the JobService endpoint: `./gradlew :runners:flink:1.8:job-server:runShadow`