Skip to content

Commit

Permalink
Fix mvn command to refer the GCP_REGION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1kn1 committed Nov 21, 2022
1 parent e6e832b commit 61e19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi-language/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export GCP_REGION=<GCP region>
mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.multilanguage.SklearnMnistClassification \
-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
Expand Down

0 comments on commit 61e19e4

Please sign in to comment.