This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e4003c6  Publishing website 2019/09/11 23:12:59 at commit 15eb089
e4003c6 is described below

commit e4003c654e4d55350759d3c335fddb9e09cc6e99
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Sep 11 23:13:00 2019 +0000

    Publishing website 2019/09/11 23:12:59 at commit 15eb089
---
 .../get-started/quickstart-java/index.html         | 12 +-----
 .../get-started/wordcount-example/index.html       | 43 ++++++++++++++++++++++
 2 files changed, 45 insertions(+), 10 deletions(-)

diff --git a/website/generated-content/get-started/quickstart-java/index.html 
b/website/generated-content/get-started/quickstart-java/index.html
index cfbbf5c..3c7b228 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -395,13 +395,9 @@ $ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
 </code></pre>
 </div>
 
-<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>$ mvn 
package -Pjet-runner -DskipTests
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>$ mvn 
package -Pjet-runner
 $ java -cp target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.WordCount \
      --runner=JetRunner --jetLocalMode=3 --inputFile=`pwd`/pom.xml 
--output=counts
-     
-Please note that the Jet Runner will be present in released versions of Beam 
-only starting with 2.14.0. Until then SNAPSHOT versions need to be used when 
-generating the above Maven archetype for the examples code. 
 </code></pre>
 </div>
 
@@ -456,13 +452,9 @@ PS&gt; java -cp target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.
 </code></pre>
 </div>
 
-<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>PS&gt; 
mvn package -P jet-runner -DskipTests
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>PS&gt; 
mvn package -P jet-runner
 PS&gt; java -cp target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.WordCount `
       --runner=JetRunner --jetLocalMode=3 --inputFile=$pwd/pom.xml 
--output=counts
-     
-Please note that the Jet Runner will be present in released versions of Beam 
-only starting with 2.14.0. Until then SNAPSHOT versions need to be used when 
-generating the above Maven archetype for the examples code. 
 </code></pre>
 </div>
 
diff --git a/website/generated-content/get-started/wordcount-example/index.html 
b/website/generated-content/get-started/wordcount-example/index.html
index 6ef8d37..6048ef4 100644
--- a/website/generated-content/get-started/wordcount-example/index.html
+++ b/website/generated-content/get-started/wordcount-example/index.html
@@ -662,6 +662,11 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&lt;fl
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>$ mvn 
package -P jet-runner &amp;&amp; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
+     --runner=JetRunner --jetLocalMode=3 --inputFile=`pwd`/pom.xml 
--output=counts
+</code></pre>
+</div>
+
 <p>To view the full code in Java, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/WordCount.java";>WordCount</a>.</strong></p>
 
@@ -708,6 +713,10 @@ python -m apache_beam.examples.wordcount --input 
gs://dataflow-samples/shakespea
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Python SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Python, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/wordcount.py";>wordcount.py</a>.</strong></p>
 
@@ -755,6 +764,10 @@ $ wordcount --input 
gs://dataflow-samples/shakespeare/kinglear.txt \
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Go SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Go, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/go/examples/wordcount/wordcount.go";>wordcount.go</a>.</strong></p>
 
@@ -1003,6 +1016,11 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&lt;fl
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>$ mvn 
package -P jet-runner &amp;&amp; java -cp 
target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.DebuggingWordCount \
+     --runner=JetRunner --jetLocalMode=3 --output=counts
+</code></pre>
+</div>
+
 <p>To view the full code in Java, see
 <a 
href="https://github.com/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/DebuggingWordCount.java";>DebuggingWordCount</a>.</p>
 
@@ -1046,6 +1064,10 @@ python -m apache_beam.examples.wordcount_debugging 
--input gs://dataflow-samples
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Python SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Python, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/wordcount_debugging.py";>wordcount_debugging.py</a>.</strong></p>
 
@@ -1093,6 +1115,10 @@ $ debugging_wordcount --input 
gs://dataflow-samples/shakespeare/kinglear.txt \
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Go SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Go, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/go/examples/debugging_wordcount/debugging_wordcount.go";>debugging_wordcount.go</a>.</strong></p>
 
@@ -1359,6 +1385,11 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&lt;fl
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>$ mvn 
package -P jet-runner &amp;&amp; java -cp 
target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.WindowedWordCount \
+     --runner=JetRunner --jetLocalMode=3 --inputFile=`pwd`/pom.xml 
--output=counts
+</code></pre>
+</div>
+
 <p>To view the full code in Java, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/WindowedWordCount.java";>WindowedWordCount</a>.</strong></p>
 
@@ -1406,6 +1437,10 @@ python -m apache_beam.examples.windowed_wordcount 
--input YOUR_INPUT_FILE \
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Python SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Python, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/windowed_wordcount.py";>windowed_wordcount.py</a>.</strong></p>
 
@@ -1453,6 +1488,10 @@ $ windowed_wordcount --input 
gs://dataflow-samples/shakespeare/kinglear.txt \
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Go SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Go, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/go/examples/windowed_wordcount/windowed_wordcount.go";>windowed_wordcount.go</a>.</strong></p>
 
@@ -1709,6 +1748,10 @@ python -m apache_beam.examples.streaming_wordcount \
 </code></pre>
 </div>
 
+<div class="runner-jet highlighter-rouge"><pre class="highlight"><code>This 
runner is not yet available for the Python SDK.
+</code></pre>
+</div>
+
 <p>To view the full code in Python, see
 <strong><a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/streaming_wordcount.py";>streaming_wordcount.py</a>.</strong></p>
 

Reply via email to