You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/12/03 02:48:14 UTC

[beam] branch asf-site updated: Publishing website 2019/12/03 02:48:07 at commit 8ecc540

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ac78552  Publishing website 2019/12/03 02:48:07 at commit 8ecc540
ac78552 is described below

commit ac7855247b0dc073f358255c0ea21559352e6805
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Dec 3 02:48:07 2019 +0000

    Publishing website 2019/12/03 02:48:07 at commit 8ecc540
---
 .../generated-content/documentation/runtime/environments/index.html   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/generated-content/documentation/runtime/environments/index.html b/website/generated-content/documentation/runtime/environments/index.html
index 23b9566..68d55d7 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -571,7 +571,9 @@ python -m apache_beam.examples.wordcount \
 --environment_config=path/to/container/image
 </code></pre></div></div>
 
-<p>To test a customized image on the Google Cloud Dataflow runner, use the <code class="highlighter-rouge">DataflowRunner</code> option and the <code class="highlighter-rouge">worker_harness_container_image</code> flag:</p>
+<p>To test a customized image on the Google Cloud Dataflow runner, use
+<code class="highlighter-rouge">DataflowRunner</code> with the <code class="highlighter-rouge">beam_fn_api</code> experiment and set
+<code class="highlighter-rouge">worker_harness_container_image</code> to the custom container:</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>python -m apache_beam.examples.wordcount \ 
 --input=path/to/inputfile \