You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bo...@apache.org on 2020/12/01 02:05:47 UTC

[beam] branch master updated: Revert "Add use_unified_worker to pipeline options."

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

boyuanz 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 14b4889  Revert "Add use_unified_worker to pipeline options."
     new eb11a3f  Merge pull request #13446 from Revert "Add use_unified_worker to pipeline options."
14b4889 is described below

commit 14b48899f15b524e608c23e1cf62ddcf1aa4083c
Author: Boyuan Zhang <bo...@google.com>
AuthorDate: Mon Nov 30 15:02:12 2020 -0800

    Revert "Add use_unified_worker to pipeline options."
    
    This reverts commit ab2e94d3
---
 sdks/python/apache_beam/examples/kafkataxi/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sdks/python/apache_beam/examples/kafkataxi/README.md b/sdks/python/apache_beam/examples/kafkataxi/README.md
index 674dbd8..e8e144d 100644
--- a/sdks/python/apache_beam/examples/kafkataxi/README.md
+++ b/sdks/python/apache_beam/examples/kafkataxi/README.md
@@ -185,7 +185,5 @@ python -m apache_beam.examples.kafkataxi.kafka_taxi \
   --job_name $JOB_NAME \
   --bootstrap_servers $BOOTSTRAP_SERVER \
   --sdk_harness_container_image_overrides ".*java.*,${DOCKER_ROOT}/beam_java8_sdk:latest" \
-  --experiments=use_runner_v2 \
-  --experiments=use_unified_worker \
-  --experiments=beam_fn_api
+  --experiments=use_runner_v2
 ```