You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/27 03:24:10 UTC

[GitHub] [beam] bvolpato commented on a diff in pull request #22927: Updates to multi-lang Java quickstart

bvolpato commented on code in PR #22927:
URL: https://github.com/apache/beam/pull/22927#discussion_r956530633


##########
website/www/site/content/en/documentation/sdks/java-multi-language-pipelines.md:
##########
@@ -155,6 +158,50 @@ export PYTHON_VERSION=<version>
 The pipeline outputs a file with the results to
 **gs://$OUTPUT_BUCKET/count-00000-of-00001**.
 
+### Run with DirectRunner
+
+> **Note:** Multi-language Pipelines need to use [portable](/roadmap/portability/)
+> runners. Portable DirectRunner is still experimental and does not support all
+> Beam features.
+
+1. Create a Python virtual environemnt with the latest version of Beam Python SDK installed.

Review Comment:
   typo
   ```suggestion
   1. Create a Python virtual environment with the latest version of Beam Python SDK installed.
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org