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

[beam] branch master updated: [BEAM-8863] experiment=beam_fn_api in runtime/environments page

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f148aba  [BEAM-8863] experiment=beam_fn_api in runtime/environments page
     new 8ecc540  Merge pull request #10255 from ibzib/fnapi-container
f148aba is described below

commit f148aba6274a18d163cc85908716ee4dfa84cded
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Mon Dec 2 15:17:56 2019 -0500

    [BEAM-8863] experiment=beam_fn_api in runtime/environments page
    
    Make it more obvious that experiment=beam_fn_api is needed for batch
    pipelines.
---
 website/src/documentation/runtime/environments.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/src/documentation/runtime/environments.md b/website/src/documentation/runtime/environments.md
index 98e8af9..4b29ac0 100644
--- a/website/src/documentation/runtime/environments.md
+++ b/website/src/documentation/runtime/environments.md
@@ -99,7 +99,9 @@ python -m apache_beam.examples.wordcount \
 --environment_config=path/to/container/image
 ```
 
-To test a customized image on the Google Cloud Dataflow runner, use the `DataflowRunner` option and the `worker_harness_container_image` flag:
+To test a customized image on the Google Cloud Dataflow runner, use
+`DataflowRunner` with the `beam_fn_api` experiment and set
+`worker_harness_container_image` to the custom container:
 
 ```
 python -m apache_beam.examples.wordcount \