Skip to content

Commit

Permalink
Merge pull request #24302: Fix mvn command to refer the GCP_REGION va…
Browse files Browse the repository at this point in the history
…riable
  • Loading branch information
chamikaramj authored Nov 22, 2022
2 parents 883a362 + 61e19e4 commit fe4a98a
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 fe4a98a

Please sign in to comment.