Skip to content

Commit

Permalink
Update java-multi-language-pipelines.md (#24345)
Browse files Browse the repository at this point in the history
same as #24302
Fix mvn command
  • Loading branch information
kn1kn1 authored Nov 25, 2022
1 parent 09606de commit fd7e862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd7e862

Please sign in to comment.