Skip to content

Instantly share code, notes, and snippets.

@imrenagi
Last active February 10, 2019 04:59
Show Gist options
  • Save imrenagi/4deff6484c6910a1b0f8ef4feb8501a4 to your computer and use it in GitHub Desktop.
Save imrenagi/4deff6484c6910a1b0f8ef4feb8501a4 to your computer and use it in GitHub Desktop.
mvn compile exec:java \
-Dexec.mainClass=com.example.myclass \
-Dexec.args="--runner=DataflowRunner \
--project=[YOUR_PROJECT_ID] \
--stagingLocation=gs://[YOUR_BUCKET_NAME]/staging \
--templateLocation=gs://[YOUR_BUCKET_NAME]/templates/<template-name>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment