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 e500228  Publishing website 2020/11/17 00:01:29 at commit baae15a
e500228 is described below

commit e500228736b7151a10fb3648e1468bb307d0000d
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Nov 17 00:01:29 2020 +0000

    Publishing website 2020/11/17 00:01:29 at commit baae15a
---
 website/generated-content/get-started/index.xml      | 20 ++++++++++----------
 .../get-started/quickstart-java/index.html           | 20 ++++++++++----------
 website/generated-content/sitemap.xml                |  2 +-
 3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/website/generated-content/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index 1adf015..aeb4e0f 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -1102,11 +1102,11 @@ args System.getProperty(&amp;#34;exec.args&amp;#34;, 
&amp;#34;&amp;#34;).split()
 &lt;p>For Unix shells:&lt;/p>
 &lt;div class=runner-direct>
 &lt;pre>&lt;code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--inputFile=pom.xml --output=counts&amp;#34; 
-Pdirect-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--inputFile=/path/to/inputfile --output=counts&amp;#34; 
-Pdirect-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-flink-local>
 &lt;pre>&lt;code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--runner=FlinkRunner --inputFile=pom.xml 
--output=counts&amp;#34; -Pflink-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--runner=FlinkRunner --inputFile=/path/to/inputfile 
--output=counts&amp;#34; -Pflink-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-flink-cluster>
 &lt;pre>&lt;code>$ mvn package exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
@@ -1116,7 +1116,7 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&amp;l
 &lt;/div>
 &lt;div class=runner-spark>
 &lt;pre>&lt;code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--runner=SparkRunner --inputFile=pom.xml 
--output=counts&amp;#34; -Pspark-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--runner=SparkRunner --inputFile=/path/to/inputfile 
--output=counts&amp;#34; -Pspark-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-dataflow>
 &lt;pre>&lt;code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
@@ -1129,7 +1129,7 @@ $ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
 &lt;/div>
 &lt;div class=runner-samza-local>
 &lt;pre>&lt;code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--inputFile=pom.xml --output=/tmp/counts 
--runner=SamzaRunner&amp;#34; -Psamza-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--inputFile=/path/to/inputfile --output=/tmp/counts 
--runner=SamzaRunner&amp;#34; -Psamza-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-nemo>
 &lt;pre>&lt;code>$ mvn package -Pnemo-runner &amp;amp;&amp;amp; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
@@ -1143,11 +1143,11 @@ $ java -cp target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.WordC
 &lt;p>For Windows PowerShell:&lt;/p>
 &lt;div class=runner-direct>
 &lt;pre>&lt;code>PS&amp;gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
--D exec.args=&amp;#34;--inputFile=pom.xml --output=counts&amp;#34; -P 
direct-runner&lt;/code>&lt;/pre>
+-D exec.args=&amp;#34;--inputFile=/path/to/inputfile --output=counts&amp;#34; 
-P direct-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-flink-local>
 &lt;pre>&lt;code>PS&amp;gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
--D exec.args=&amp;#34;--runner=FlinkRunner --inputFile=pom.xml 
--output=counts&amp;#34; -P flink-runner&lt;/code>&lt;/pre>
+-D exec.args=&amp;#34;--runner=FlinkRunner --inputFile=/path/to/inputfile 
--output=counts&amp;#34; -P flink-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-flink-cluster>
 &lt;pre>&lt;code>PS&amp;gt; mvn package exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
@@ -1157,7 +1157,7 @@ You can monitor the running job by visiting the Flink 
dashboard at http://&amp;l
 &lt;/div>
 &lt;div class=runner-spark>
 &lt;pre>&lt;code>PS&amp;gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
--D exec.args=&amp;#34;--runner=SparkRunner --inputFile=pom.xml 
--output=counts&amp;#34; -P spark-runner&lt;/code>&lt;/pre>
+-D exec.args=&amp;#34;--runner=SparkRunner --inputFile=/path/to/inputfile 
--output=counts&amp;#34; -P spark-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-dataflow>
 &lt;pre>&lt;code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
@@ -1170,7 +1170,7 @@ PS&amp;gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.Word
 &lt;/div>
 &lt;div class=runner-samza-local>
 &lt;pre>&lt;code>PS&amp;gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
--D exec.args=&amp;#34;--inputFile=pom.xml --output=/tmp/counts 
--runner=SamzaRunner&amp;#34; -P samza-runner&lt;/code>&lt;/pre>
+-D exec.args=&amp;#34;--inputFile=/path/to/inputfile --output=/tmp/counts 
--runner=SamzaRunner&amp;#34; -P samza-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-nemo>
 &lt;pre>&lt;code>PS&amp;gt; mvn package -P nemo-runner -DskipTests
@@ -1186,7 +1186,7 @@ PS&amp;gt; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examp
 &lt;p>For Unix shells (Instructions currently only available for Direct, 
Spark, and Dataflow):&lt;/p>
 &lt;div class=runner-direct>
 &lt;pre>&lt;code>$ gradle clean execute 
-DmainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--inputFile=pom.xml --output=counts&amp;#34; 
-Pdirect-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--inputFile=/path/to/inputfile --output=counts&amp;#34; 
-Pdirect-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-apex>
 &lt;pre>&lt;code>We are working on adding the instruction for this 
runner!&lt;/code>&lt;/pre>
@@ -1199,7 +1199,7 @@ PS&amp;gt; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examp
 &lt;/div>
 &lt;div class=runner-spark>
 &lt;pre>&lt;code>$ gradle clean execute 
-DmainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&amp;#34;--inputFile=pom.xml --output=counts&amp;#34; 
-Pspark-runner&lt;/code>&lt;/pre>
+-Dexec.args=&amp;#34;--inputFile=/path/to/inputfile --output=counts&amp;#34; 
-Pspark-runner&lt;/code>&lt;/pre>
 &lt;/div>
 &lt;div class=runner-dataflow>
 &lt;pre>&lt;code>$ gradle clean execute 
-DmainClass=org.apache.beam.examples.WordCount \
diff --git a/website/generated-content/get-started/quickstart-java/index.html 
b/website/generated-content/get-started/quickstart-java/index.html
index 723770b..0d5de25 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -61,13 +61,13 @@ d-----        7/19/2018  11:00 PM                subprocess
     systemProperties System.getProperties()
     args System.getProperty(&#34;exec.args&#34;, &#34;&#34;).split()
 }</code></pre></li><li>Rebuild your project by running:<pre><code>$ gradle 
build</code></pre></li></ol><h2 id=run-wordcount>Run WordCount</h2><p>A single 
Beam pipeline can run on multiple Beam <a 
href=/documentation#runners>runners</a>, including the <a 
href=/documentation/runners/flink>FlinkRunner</a>, <a 
href=/documentation/runners/spark>SparkRunner</a>, <a 
href=/documentation/runners/nemo>NemoRunner</a>, <a 
href=/documentation/runners/jet>JetRunner</a>, or <a href=/documentation/runne 
[...]
-     -Dexec.args=&#34;--inputFile=pom.xml --output=counts&#34; 
-Pdirect-runner</code></pre></div><div class=runner-flink-local><pre><code>$ 
mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
-     -Dexec.args=&#34;--runner=FlinkRunner --inputFile=pom.xml 
--output=counts&#34; -Pflink-runner</code></pre></div><div 
class=runner-flink-cluster><pre><code>$ mvn package exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
+     -Dexec.args=&#34;--inputFile=/path/to/inputfile --output=counts&#34; 
-Pdirect-runner</code></pre></div><div class=runner-flink-local><pre><code>$ 
mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
+     -Dexec.args=&#34;--runner=FlinkRunner --inputFile=/path/to/inputfile 
--output=counts&#34; -Pflink-runner</code></pre></div><div 
class=runner-flink-cluster><pre><code>$ mvn package exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
      -Dexec.args=&#34;--runner=FlinkRunner --flinkMaster=&lt;flink master&gt; 
--filesToStage=target/word-count-beam-bundled-0.1.jar \
                   --inputFile=/path/to/quickstart/pom.xml 
--output=/tmp/counts&#34; -Pflink-runner
 
 You can monitor the running job by visiting the Flink dashboard at 
http://&lt;flink master&gt;:8081</code></pre></div><div 
class=runner-spark><pre><code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
-     -Dexec.args=&#34;--runner=SparkRunner --inputFile=pom.xml 
--output=counts&#34; -Pspark-runner</code></pre></div><div 
class=runner-dataflow><pre><code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
+     -Dexec.args=&#34;--runner=SparkRunner --inputFile=/path/to/inputfile 
--output=counts&#34; -Pspark-runner</code></pre></div><div 
class=runner-dataflow><pre><code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
 
 $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
      -Dexec.args=&#34;--runner=DataflowRunner 
--project=&lt;your-gcp-project&gt; \
@@ -75,17 +75,17 @@ $ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
                   --gcpTempLocation=gs://&lt;your-gcs-bucket&gt;/tmp \
                   --inputFile=gs://apache-beam-samples/shakespeare/* 
--output=gs://&lt;your-gcs-bucket&gt;/counts&#34; \
      -Pdataflow-runner</code></pre></div><div 
class=runner-samza-local><pre><code>$ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.WordCount \
-     -Dexec.args=&#34;--inputFile=pom.xml --output=/tmp/counts 
--runner=SamzaRunner&#34; -Psamza-runner</code></pre></div><div 
class=runner-nemo><pre><code>$ mvn package -Pnemo-runner &amp;&amp; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
+     -Dexec.args=&#34;--inputFile=/path/to/inputfile --output=/tmp/counts 
--runner=SamzaRunner&#34; -Psamza-runner</code></pre></div><div 
class=runner-nemo><pre><code>$ mvn package -Pnemo-runner &amp;&amp; java -cp 
target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
      --runner=NemoRunner --inputFile=`pwd`/pom.xml 
--output=counts</code></pre></div><div class=runner-jet><pre><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</code></pre></div><p>For Windows PowerShell:</p><div 
class=runner-direct><pre><code>PS&gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args=&#34;--inputFile=pom.xml --output=counts&#34; -P 
direct-runner</code></pre></div><div class=runner-flink-local><pre><code>PS&gt; 
mvn compile exec:java -D exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args=&#34;--runner=FlinkRunner --inputFile=pom.xml 
--output=counts&#34; -P flink-runner</code></pre></div><div 
class=runner-flink-cluster><pre><code>PS&gt; mvn package exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
+ -D exec.args=&#34;--inputFile=/path/to/inputfile --output=counts&#34; -P 
direct-runner</code></pre></div><div class=runner-flink-local><pre><code>PS&gt; 
mvn compile exec:java -D exec.mainClass=org.apache.beam.examples.WordCount `
+ -D exec.args=&#34;--runner=FlinkRunner --inputFile=/path/to/inputfile 
--output=counts&#34; -P flink-runner</code></pre></div><div 
class=runner-flink-cluster><pre><code>PS&gt; mvn package exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
  -D exec.args=&#34;--runner=FlinkRunner --flinkMaster=&lt;flink master&gt; 
--filesToStage=.\target\word-count-beam-bundled-0.1.jar `
                --inputFile=C:\path\to\quickstart\pom.xml 
--output=C:\tmp\counts&#34; -P flink-runner
 
 You can monitor the running job by visiting the Flink dashboard at 
http://&lt;flink master&gt;:8081</code></pre></div><div 
class=runner-spark><pre><code>PS&gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args=&#34;--runner=SparkRunner --inputFile=pom.xml 
--output=counts&#34; -P spark-runner</code></pre></div><div 
class=runner-dataflow><pre><code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
+ -D exec.args=&#34;--runner=SparkRunner --inputFile=/path/to/inputfile 
--output=counts&#34; -P spark-runner</code></pre></div><div 
class=runner-dataflow><pre><code>Make sure you complete the setup steps at 
/documentation/runners/dataflow/#setup
 
 PS&gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
  -D exec.args=&#34;--runner=DataflowRunner --project=&lt;your-gcp-project&gt; `
@@ -93,13 +93,13 @@ PS&gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCoun
                --gcpTempLocation=gs://&lt;your-gcs-bucket&gt;/tmp `
                --inputFile=gs://apache-beam-samples/shakespeare/* 
--output=gs://&lt;your-gcs-bucket&gt;/counts&#34; `
  -P dataflow-runner</code></pre></div><div 
class=runner-samza-local><pre><code>PS&gt; mvn compile exec:java -D 
exec.mainClass=org.apache.beam.examples.WordCount `
-     -D exec.args=&#34;--inputFile=pom.xml --output=/tmp/counts 
--runner=SamzaRunner&#34; -P samza-runner</code></pre></div><div 
class=runner-nemo><pre><code>PS&gt; mvn package -P nemo-runner -DskipTests
+     -D exec.args=&#34;--inputFile=/path/to/inputfile --output=/tmp/counts 
--runner=SamzaRunner&#34; -P samza-runner</code></pre></div><div 
class=runner-nemo><pre><code>PS&gt; mvn package -P nemo-runner -DskipTests
 PS&gt; java -cp target/word-count-beam-bundled-0.1.jar 
org.apache.beam.examples.WordCount `
       --runner=NemoRunner --inputFile=`pwd`/pom.xml 
--output=counts</code></pre></div><div class=runner-jet><pre><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</code></pre></div><h3 id=run-wordcount-using-gradle>Run 
WordCount Using Gradle</h3><p>For Unix shells (Instructions currently only 
available for Direct, Spark, and Dataflow):</p><div 
class=runner-direct><pre><code>$ gradle clean execute 
-DmainClass=org.apache.beam.examples.WordCount \
-    -Dexec.args=&#34;--inputFile=pom.xml --output=counts&#34; 
-Pdirect-runner</code></pre></div><div class=runner-apex><pre><code>We are 
working on adding the instruction for this runner!</code></pre></div><div 
class=runner-flink-local><pre><code>We are working on adding the instruction 
for this runner!</code></pre></div><div 
class=runner-flink-cluster><pre><code>We are working on adding the instruction 
for this runner!</code></pre></div><div class=runner-spark><pre><code>$ gradle 
clean  [...]
-    -Dexec.args=&#34;--inputFile=pom.xml --output=counts&#34; 
-Pspark-runner</code></pre></div><div class=runner-dataflow><pre><code>$ gradle 
clean execute -DmainClass=org.apache.beam.examples.WordCount \
+    -Dexec.args=&#34;--inputFile=/path/to/inputfile --output=counts&#34; 
-Pdirect-runner</code></pre></div><div class=runner-apex><pre><code>We are 
working on adding the instruction for this runner!</code></pre></div><div 
class=runner-flink-local><pre><code>We are working on adding the instruction 
for this runner!</code></pre></div><div 
class=runner-flink-cluster><pre><code>We are working on adding the instruction 
for this runner!</code></pre></div><div class=runner-spark><pre><code>$ gr [...]
+    -Dexec.args=&#34;--inputFile=/path/to/inputfile --output=counts&#34; 
-Pspark-runner</code></pre></div><div class=runner-dataflow><pre><code>$ gradle 
clean execute -DmainClass=org.apache.beam.examples.WordCount \
     -Dexec.args=&#34;--project=&lt;your-gcp-project&gt; 
--inputFile=gs://apache-beam-samples/shakespeare/* \
     --output=gs://&lt;your-gcs-bucket&gt;/counts&#34; 
-Pdataflow-runner</code></pre></div><div class=runner-samza-local><pre><code>We 
are working on adding the instruction for this runner!</code></pre></div><div 
class=runner-nemo><pre><code>We are working on adding the instruction for this 
runner!</code></pre></div><div class=runner-jet><pre><code>We are working on 
adding the instruction for this runner!</code></pre></div><h2 
id=inspect-the-results>Inspect the results</h2><p>Once the pip [...]
 api: 9
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 4558ec2..e8ddf19 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.25.0/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.25.0/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-10-29T14:08:19-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to