From 55f5a43eb3758caa8755f4925243b7531d5d740d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 5 Apr 2024 12:31:02 -0700 Subject: [PATCH] Remove outdated comment about docker. (#30871) --- website/www/site/content/en/documentation/sdks/yaml.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/www/site/content/en/documentation/sdks/yaml.md b/website/www/site/content/en/documentation/sdks/yaml.md index 4ffcecf1d3a3..5c34e9939823 100644 --- a/website/www/site/content/en/documentation/sdks/yaml.md +++ b/website/www/site/content/en/documentation/sdks/yaml.md @@ -66,10 +66,7 @@ pip install apache_beam[yaml,gcp] In addition, several of the provided transforms, such as the SQL transform, are implemented in Java and require a working Java interpeter. When you a run a pipeline with these transforms, the required artifacts are automatically -downloaded from the Apache Maven repositories. To execute these cross-language -transforms locally, you must have Docker installed on your local machine. -Docker is not required when running a pipeline with a non-local runner such as -Flink or Dataflow. +downloaded from the Apache Maven repositories. ## Getting started