Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/67180c86
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/67180c86
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/67180c86

Branch: refs/heads/asf-site
Commit: 67180c866a193e3d16a486f88e13e7eeacec3de4
Parents: e296472
Author: Ahmet Altay <al...@google.com>
Authored: Thu Apr 13 16:34:06 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Apr 13 16:34:06 2017 -0700

----------------------------------------------------------------------
 content/get-started/quickstart-java/index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/67180c86/content/get-started/quickstart-java/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/quickstart-java/index.html 
b/content/get-started/quickstart-java/index.html
index 51f5e4c..6994a1d 100644
--- a/content/get-started/quickstart-java/index.html
+++ b/content/get-started/quickstart-java/index.html
@@ -253,8 +253,9 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&lt;fl
 </div>
 
 <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://&lt;your-gcs-bucket&gt;/tmp \
-                     --inputFile=gs://apache-beam-samples/shakespeare/* 
--output=gs://&lt;your-gcs-bucket&gt;/counts" \
+     -Dexec.args="--runner=DataflowRunner --project=&lt;your-gcp-project&gt; \
+                  --gcpTempLocation=gs://&lt;your-gcs-bucket&gt;/tmp \
+                  --inputFile=gs://apache-beam-samples/shakespeare/* 
--output=gs://&lt;your-gcs-bucket&gt;/counts" \
      -Pdataflow-runner
 </code></pre>
 </div>

Reply via email to