Abacn commented on code in PR #31066:
URL: https://github.com/apache/beam/pull/31066#discussion_r1574978730


##########
website/www/site/content/en/get-started/quickstart-java.md:
##########
@@ -297,7 +297,7 @@ TODO: document Spark on Gradle: 
https://github.com/apache/beam/issues/21502
 {{< runner dataflow >}}
 gradle clean execute -DmainClass=org.apache.beam.examples.WordCount \
     --args="--project=<your-gcp-project> 
--inputFile=gs://apache-beam-samples/shakespeare/* \
-    --output=gs://<your-gcs-bucket>/counts" -Pdataflow-runner
+    --output=gs://<your-gcs-bucket>/counts --runner=DataflowRunner" 
-Pdataflow-runner

Review Comment:
   yes. -Pdataflow-runner is a flag for maven pprofile. It adds 
beam-runners-google-cloud-dataflow-java to classpath; --runner=DayaflowRinner 
is a pipeline option.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to