You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2022/11/25 22:24:37 UTC

[beam] branch master updated: Update java-multi-language-pipelines.md (#24345)

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

yhu 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 fd7e86269fa Update java-multi-language-pipelines.md (#24345)
fd7e86269fa is described below

commit fd7e86269fa7d7827c2799b613eeea094a070491
Author: kn1kn1 <kn...@users.noreply.github.com>
AuthorDate: Sat Nov 26 07:24:27 2022 +0900

    Update java-multi-language-pipelines.md (#24345)
    
    same as https://github.com/apache/beam/pull/24302
    Fix mvn command
---
 .../site/content/en/documentation/sdks/java-multi-language-pipelines.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/www/site/content/en/documentation/sdks/java-multi-language-pipelines.md b/website/www/site/content/en/documentation/sdks/java-multi-language-pipelines.md
index e9cbb9932e4..e84dcfdb849 100644
--- a/website/www/site/content/en/documentation/sdks/java-multi-language-pipelines.md
+++ b/website/www/site/content/en/documentation/sdks/java-multi-language-pipelines.md
@@ -171,7 +171,7 @@ export GCP_REGION=<GCP region>
 
 mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.multilanguage.PythonDataframeWordCount \
     -Dexec.args="--runner=DataflowRunner --project=$GCP_PROJECT \
-                 --region=us-central1 \
+                 --region=$GCP_REGION \
                  --gcpTempLocation=gs://$GCP_BUCKET/multi-language-beam/tmp \
                  --output=gs://$GCP_BUCKET/multi-language-beam/output" \
     -Pdataflow-runner