chamikaramj commented on a change in pull request #12355:
URL: https://github.com/apache/beam/pull/12355#discussion_r459795347



##########
File path: sdks/python/apache_beam/examples/wordcount_xlang_sql.py
##########
@@ -15,12 +15,17 @@
 # limitations under the License.
 #
 
-"""A cross-language word-counting workflow."""
+"""A word-counting workflow that uses the SQL transform.
+
+Java 8 and docker must be available to run this pipeline, and the

Review comment:
       How about:
   
   Java 8 must be available to run this pipeline and 
--experiments=use_runner_v2 flag must be passed for running on Dataflow.
   
   Additionally you need to install Docker to run this pipeline from HEAD with 
a custom Java container. See `here 
<https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/kafkataxi/>`
 for more details.




----------------------------------------------------------------
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.

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


Reply via email to