Details
-
Bug
-
Status: Open
-
P3
-
Resolution: Unresolved
-
2.14.0
-
None
-
None
Description
Currently the documentation for the word count example mentions the input file and give the following example:
```Java
$ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
Dexec.args="-inputFile=pom.xml --output=counts" -Pdirect-runner
``
. As far as I believe the pom.xml is not supposed to be the input file in this case. I will create a PR if someone could confirm that my assumption is correct
/Niklas