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 <[email protected]>
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(&#34;exec.args&#34;,
&#34;&#34;).split()
<p>For Unix shells:</p>
<div class=runner-direct>
<pre><code>$ mvn compile exec:java
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&#34;--inputFile=pom.xml --output=counts&#34;
-Pdirect-runner</code></pre>
+-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=pom.xml
--output=counts&#34; -Pflink-runner</code></pre>
+-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 \
@@ -1116,7 +1116,7 @@ You can monitor the running job by visiting the Flink
dashboard at http://&l
</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>
+-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
@@ -1129,7 +1129,7 @@ $ mvn compile exec:java
-Dexec.mainClass=org.apache.beam.examples.WordCount \
</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>
+-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 \
@@ -1143,11 +1143,11 @@ $ java -cp target/word-count-beam-bundled-0.1.jar
org.apache.beam.examples.WordC
<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>
+-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=pom.xml
--output=counts&#34; -P flink-runner</code></pre>
+-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 `
@@ -1157,7 +1157,7 @@ You can monitor the running job by visiting the Flink
dashboard at http://&l
</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>
+-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
@@ -1170,7 +1170,7 @@ PS&gt; mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.Word
</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>
+-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
@@ -1186,7 +1186,7 @@ PS&gt; java -cp
target/word-count-beam-bundled-0.1.jar org.apache.beam.examp
<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>
+-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>
@@ -1199,7 +1199,7 @@ PS&gt; java -cp
target/word-count-beam-bundled-0.1.jar org.apache.beam.examp
</div>
<div class=runner-spark>
<pre><code>$ gradle clean execute
-DmainClass=org.apache.beam.examples.WordCount \
--Dexec.args=&#34;--inputFile=pom.xml --output=counts&#34;
-Pspark-runner</code></pre>
+-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 \
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("exec.args", "").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="--inputFile=pom.xml --output=counts"
-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="--runner=FlinkRunner --inputFile=pom.xml
--output=counts" -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="--inputFile=/path/to/inputfile --output=counts"
-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="--runner=FlinkRunner --inputFile=/path/to/inputfile
--output=counts" -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="--runner=FlinkRunner --flinkMaster=<flink master>
--filesToStage=target/word-count-beam-bundled-0.1.jar \
--inputFile=/path/to/quickstart/pom.xml
--output=/tmp/counts" -Pflink-runner
You can monitor the running job by visiting the Flink dashboard at
http://<flink master>:8081</code></pre></div><div
class=runner-spark><pre><code>$ mvn compile exec:java
-Dexec.mainClass=org.apache.beam.examples.WordCount \
- -Dexec.args="--runner=SparkRunner --inputFile=pom.xml
--output=counts" -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="--runner=SparkRunner --inputFile=/path/to/inputfile
--output=counts" -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="--runner=DataflowRunner
--project=<your-gcp-project> \
@@ -75,17 +75,17 @@ $ mvn compile exec:java
-Dexec.mainClass=org.apache.beam.examples.WordCount \
--gcpTempLocation=gs://<your-gcs-bucket>/tmp \
--inputFile=gs://apache-beam-samples/shakespeare/*
--output=gs://<your-gcs-bucket>/counts" \
-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="--inputFile=pom.xml --output=/tmp/counts
--runner=SamzaRunner" -Psamza-runner</code></pre></div><div
class=runner-nemo><pre><code>$ mvn package -Pnemo-runner && java -cp
target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
+ -Dexec.args="--inputFile=/path/to/inputfile --output=/tmp/counts
--runner=SamzaRunner" -Psamza-runner</code></pre></div><div
class=runner-nemo><pre><code>$ mvn package -Pnemo-runner && 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> mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args="--inputFile=pom.xml --output=counts" -P
direct-runner</code></pre></div><div class=runner-flink-local><pre><code>PS>
mvn compile exec:java -D exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args="--runner=FlinkRunner --inputFile=pom.xml
--output=counts" -P flink-runner</code></pre></div><div
class=runner-flink-cluster><pre><code>PS> mvn package exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
+ -D exec.args="--inputFile=/path/to/inputfile --output=counts" -P
direct-runner</code></pre></div><div class=runner-flink-local><pre><code>PS>
mvn compile exec:java -D exec.mainClass=org.apache.beam.examples.WordCount `
+ -D exec.args="--runner=FlinkRunner --inputFile=/path/to/inputfile
--output=counts" -P flink-runner</code></pre></div><div
class=runner-flink-cluster><pre><code>PS> mvn package exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
-D exec.args="--runner=FlinkRunner --flinkMaster=<flink master>
--filesToStage=.\target\word-count-beam-bundled-0.1.jar `
--inputFile=C:\path\to\quickstart\pom.xml
--output=C:\tmp\counts" -P flink-runner
You can monitor the running job by visiting the Flink dashboard at
http://<flink master>:8081</code></pre></div><div
class=runner-spark><pre><code>PS> mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args="--runner=SparkRunner --inputFile=pom.xml
--output=counts" -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="--runner=SparkRunner --inputFile=/path/to/inputfile
--output=counts" -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> mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
-D exec.args="--runner=DataflowRunner --project=<your-gcp-project> `
@@ -93,13 +93,13 @@ PS> mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.WordCoun
--gcpTempLocation=gs://<your-gcs-bucket>/tmp `
--inputFile=gs://apache-beam-samples/shakespeare/*
--output=gs://<your-gcs-bucket>/counts" `
-P dataflow-runner</code></pre></div><div
class=runner-samza-local><pre><code>PS> mvn compile exec:java -D
exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args="--inputFile=pom.xml --output=/tmp/counts
--runner=SamzaRunner" -P samza-runner</code></pre></div><div
class=runner-nemo><pre><code>PS> mvn package -P nemo-runner -DskipTests
+ -D exec.args="--inputFile=/path/to/inputfile --output=/tmp/counts
--runner=SamzaRunner" -P samza-runner</code></pre></div><div
class=runner-nemo><pre><code>PS> mvn package -P nemo-runner -DskipTests
PS> 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> mvn
package -P jet-runner
PS> 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="--inputFile=pom.xml --output=counts"
-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="--inputFile=pom.xml --output=counts"
-Pspark-runner</code></pre></div><div class=runner-dataflow><pre><code>$ gradle
clean execute -DmainClass=org.apache.beam.examples.WordCount \
+ -Dexec.args="--inputFile=/path/to/inputfile --output=counts"
-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="--inputFile=/path/to/inputfile --output=counts"
-Pspark-runner</code></pre></div><div class=runner-dataflow><pre><code>$ gradle
clean execute -DmainClass=org.apache.beam.examples.WordCount \
-Dexec.args="--project=<your-gcp-project>
--inputFile=gs://apache-beam-samples/shakespeare/* \
--output=gs://<your-gcs-bucket>/counts"
-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