pcoet commented on a change in pull request #13128:
URL: https://github.com/apache/beam/pull/13128#discussion_r523301162
##########
File path: website/www/site/content/en/get-started/quickstart-java.md
##########
@@ -283,7 +283,7 @@ We are working on adding the instruction for this runner!
{{< highlight class="runner-spark" >}}
$ gradle clean execute -DmainClass=org.apache.beam.examples.WordCount \
- -Dexec.args="--inputFile=pom.xml --output=counts" -Pspark-runner
+ -Dexec.args="--inputFile=sample.txt --output=counts" -Pspark-runner
Review comment:
Ah, I didn't know that. Okay, I updated `--inputFile` to follow the
Python model, so it points to `/path/to/inputfile`. I still think that makes a
lot more sense than using the pom as input.
----------------------------------------------------------------
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]