olehborysevych commented on code in PR #29507:
URL: https://github.com/apache/beam/pull/29507#discussion_r1411105898


##########
learning/prompts/documentation-lookup/07_basic_runners.md:
##########
@@ -0,0 +1,22 @@
+Prompt:
+What is a Runner in Apache Beam?
+Response:
+Apache Beam Runners are the execution engines that execute the pipelines. They 
are responsible for translating or adapting the pipeline into a form that can 
be executed on a massively parallel big data processing system, such as Apache 
Flink, Apache Spark, Google Cloud Dataflow, and more.
+
+Choosing a runner is an important step in the pipeline development process. 
The runner you choose determines where and how your pipeline runs. See the 
[capabilities 
matrix](https://beam.apache.org/documentation/runners/capability-matrix/) for 
more information on awailable runners and their capabilities.
+
+Runner is specified using the `--runner` flag when executing the pipeline. For 
example, to run the WordCount pipeline on Google Cloud Dataflow, you would run 
the following command:

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to