Regenerate website
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/d1b19ee3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/d1b19ee3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/d1b19ee3 Branch: refs/heads/asf-site Commit: d1b19ee3997c5fb1518074d715f74153c9f0d2f7 Parents: 5eaa92b Author: Davor Bonaci <da...@google.com> Authored: Mon Dec 12 17:33:41 2016 -0800 Committer: Davor Bonaci <da...@google.com> Committed: Mon Dec 12 17:33:41 2016 -0800 ---------------------------------------------------------------------- content/get-started/quickstart/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/d1b19ee3/content/get-started/quickstart/index.html ---------------------------------------------------------------------- diff --git a/content/get-started/quickstart/index.html b/content/get-started/quickstart/index.html index cc5e1ed..2e2fc6a 100644 --- a/content/get-started/quickstart/index.html +++ b/content/get-started/quickstart/index.html @@ -247,7 +247,8 @@ You can monitor the running job by visiting the Flink dashboard at http://<fl <div class="runner-dataflow highlighter-rouge"><pre class="highlight"><code>$ 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 </code></pre> </div>