Repository: incubator-beam-site Updated Branches: refs/heads/asf-site a4eb4de53 -> b46a41fab
Dataflow quickstart fix Signed-off-by: Jason Kuster <jasonkus...@google.com> Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/5eaa92b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/5eaa92b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/5eaa92b2 Branch: refs/heads/asf-site Commit: 5eaa92b20f322a4f54214e9976632e5a30d05421 Parents: a4eb4de Author: Jason Kuster <jasonkus...@google.com> Authored: Mon Dec 12 17:29:34 2016 -0800 Committer: Davor Bonaci <da...@google.com> Committed: Mon Dec 12 17:33:13 2016 -0800 ---------------------------------------------------------------------- src/get-started/quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5eaa92b2/src/get-started/quickstart.md ---------------------------------------------------------------------- diff --git a/src/get-started/quickstart.md b/src/get-started/quickstart.md index 76777b0..e10f9f3 100644 --- a/src/get-started/quickstart.md +++ b/src/get-started/quickstart.md @@ -105,7 +105,8 @@ $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \ ``` $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \ -Dexec.args="--runner=DataflowRunner --gcpTempLocation=gs://<your-gcs-bucket>/tmp \ - --inputFile=gs://apache-beam-samples/shakespeare/* --output=gs://<your-gcs-bucket>/counts" + --inputFile=gs://apache-beam-samples/shakespeare/* --output=gs://<your-gcs-bucket>/counts" \ + -Pdataflow-runner ```