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

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

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`