niklas Hansson created BEAM-7976:
------------------------------------
Summary: Documentation for word count example is unclear about
inputFile vs pom.xml
Key: BEAM-7976
URL: https://issues.apache.org/jira/browse/BEAM-7976
Project: Beam
Issue Type: Bug
Components: examples-java
Affects Versions: 2.14.0
Reporter: niklas Hansson
Assignee: niklas Hansson
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 some one could confirm that my assumption is
correct :)
/Niklas
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)