TheNeuralBit commented on a change in pull request #13128:
URL: https://github.com/apache/beam/pull/13128#discussion_r523326593
##########
File path: website/www/site/content/en/get-started/quickstart-java.md
##########
@@ -266,7 +266,7 @@ For Unix shells (Instructions currently only available for
Direct, Spark, and Da
{{< highlight class="runner-direct">}}
$ gradle clean execute -DmainClass=org.apache.beam.examples.WordCount \
- -Dexec.args="--inputFile=pom.xml --output=counts" -Pdirect-runner
+ -Dexec.args="--inputFile=gs://apache-beam-samples/shakespeare/*
--output=counts" -Pdirect-runner
Review comment:
This one should be /path/to/inputfile as well
```suggestion
-Dexec.args="--inputFile=/path/to/inputfile --output=counts"
-Pdirect-runner
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]