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 f98f13f  Publishing website 2021/02/01 06:03:06 at commit bf5810a
f98f13f is described below

commit f98f13f105a664035e428ec6a1a14cdaeb245c87
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Feb 1 06:03:06 2021 +0000

    Publishing website 2021/02/01 06:03:06 at commit bf5810a
---
 website/generated-content/contribute/index.xml     |  1 +
 .../contribute/jira-priorities/index.html          |  2 +-
 website/generated-content/get-started/index.xml    | 24 ++++++++++++----------
 .../get-started/quickstart-java/index.html         |  6 +++---
 website/generated-content/sitemap.xml              |  2 +-
 5 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/website/generated-content/contribute/index.xml 
b/website/generated-content/contribute/index.xml
index ee1af46..542bf6b 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -1616,6 +1616,7 @@ unassigned. Most P1 bugs should block release.&lt;/p>
 &lt;li>data loss error&lt;/li>
 &lt;li>important component is nonfunctional for important use cases&lt;/li>
 &lt;li>major performance regression&lt;/li>
+&lt;li>security related issues (CVEs)&lt;/li>
 &lt;li>failing postcommit test&lt;/li>
 &lt;li>flaky test&lt;/li>
 &lt;/ul>
diff --git a/website/generated-content/contribute/jira-priorities/index.html 
b/website/generated-content/contribute/jira-priorities/index.html
index 66564e6..e1f62b1 100644
--- a/website/generated-content/contribute/jira-priorities/index.html
+++ b/website/generated-content/contribute/jira-priorities/index.html
@@ -4,7 +4,7 @@
 <a href=/ class=navbar-brand><img alt=Brand style=height:25px 
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask 
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav 
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a 
href=/documentation/>Documentation</a></li><li><a 
href=/documentation/sdks/java/>Languages</a></li><li><a 
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a 
href=/roadmap/>Roadmap</a></li>< [...]
 means that some piece of infrastructure that the community relies on is down. A
 P0 issue is <em>more</em> urgent than simply blocking the next 
release.</p><p><em>Example P0 issues</em>:</p><ul><li>the build is broken, 
halting all development</li><li>the website is down</li><li>a vulnerability 
requires a point release ASAP</li></ul><h2 id=p1-critical>P1: 
Critical</h2><p><em>Expectation</em>: Continuous status updates. P1 bugs should 
not be
-unassigned. Most P1 bugs should block release.</p><p><em>Example P1 
issues</em>:</p><ul><li>data loss error</li><li>important component is 
nonfunctional for important use cases</li><li>major performance 
regression</li><li>failing postcommit test</li><li>flaky test</li></ul><h2 
id=p2-default>P2: Default</h2><p><em>Expectation</em>: Most tickets fall into 
this priority. These can be planned and
+unassigned. Most P1 bugs should block release.</p><p><em>Example P1 
issues</em>:</p><ul><li>data loss error</li><li>important component is 
nonfunctional for important use cases</li><li>major performance 
regression</li><li>security related issues (CVEs)</li><li>failing postcommit 
test</li><li>flaky test</li></ul><h2 id=p2-default>P2: 
Default</h2><p><em>Expectation</em>: Most tickets fall into this priority. 
These can be planned and
 executed by anyone who is interested. No special urgency is associated, but if
 no action is taken on a P2 ticket for a long time, it indicates it is actually
 just P3/nice-to-have.</p><p><em>Example P2 issues</em></p><ul><li>typical 
feature request</li><li>bug that affects some use cases but don&rsquo;t make a 
component nonfunctional</li><li>ignored (&ldquo;sickbayed&rdquo;) 
test</li></ul><h2 id=p3-nice-to-have>P3: 
Nice-to-have</h2><p><em>Expectation</em>: Nice-to-have 
improvements.</p><p><em>Example P3 issues</em></p><ul><li>feature request that 
is nice-to-have</li><li>ticket filed as P2 that no one finds time to work 
on</li></ul><h2 id=p4>P4 [...]
diff --git a/website/generated-content/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index 2e1aa6d..4ce6cae 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -978,14 +978,14 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 &lt;h1 id="apache-beam-java-sdk-quickstart">Apache Beam Java SDK 
Quickstart&lt;/h1>
-&lt;p>This Quickstart will walk you through executing your first Beam pipeline 
to run &lt;a href="/get-started/wordcount-example">WordCount&lt;/a>, written 
using Beam&amp;rsquo;s &lt;a href="/documentation/sdks/java">Java SDK&lt;/a>, 
on a &lt;a href="/documentation#runners">runner&lt;/a> of your choice.&lt;/p>
+&lt;p>This quickstart shows you how to set up a Java development environment 
and run an &lt;a href="/get-started/wordcount-example">example pipeline&lt;/a> 
written with the &lt;a href="/documentation/sdks/java">Apache Beam Java 
SDK&lt;/a>, using a &lt;a href="/documentation#runners">runner&lt;/a> of your 
choice.&lt;/p>
 &lt;p>If you&amp;rsquo;re interested in contributing to the Apache Beam Java 
codebase, see the &lt;a href="/contribute">Contribution Guide&lt;/a>.&lt;/p>
 &lt;nav id="TableOfContents">
 &lt;ul>
 &lt;li>&lt;a href="#set-up-your-development-environment">Set up your 
Development Environment&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#get-the-wordcount-code">Get the WordCount 
Code&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#optional-convert-from-maven-to-gradle-project">Optional: 
Convert from Maven to Gradle Project&lt;/a>&lt;/li>
-&lt;li>&lt;a href="#run-wordcount">Run WordCount&lt;/a>
+&lt;li>&lt;a href="#run-a-pipeline">Run a pipeline&lt;/a>
 &lt;ul>
 &lt;li>&lt;a href="#run-wordcount-using-maven">Run WordCount Using 
Maven&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#run-wordcount-using-gradle">Run WordCount Using 
Gradle&lt;/a>&lt;/li>
@@ -1065,9 +1065,10 @@ d----- 7/19/2018 11:00 PM subprocess
 &lt;p>Ensure you are in the same directory as the &lt;code>pom.xml&lt;/code> 
file generated from the previous step. Automatically convert your project from 
Maven to Gradle by running:
 &lt;pre>&lt;code>$ gradle init&lt;/code>&lt;/pre>
 &lt;/p>
+&lt;p>You&amp;rsquo;ll be asked if you want to generate a Gradle build. Enter 
&lt;strong>yes&lt;/strong>. You&amp;rsquo;ll also be prompted to choose a DSL 
(Groovy or Kotlin). This tutorial uses Groovy, so select that if you 
don&amp;rsquo;t have a preference.&lt;/p>
 &lt;p>After you have converted the project to Gradle:&lt;/p>
 &lt;ol>
-&lt;li>Edit the generated &lt;code>build.gradle&lt;/code> file by adding 
&lt;code>mavenCentral()&lt;/code> under &lt;code>repositories&lt;/code>:
+&lt;li>In the generated &lt;code>build.gradle&lt;/code> file, in the 
&lt;code>repositories&lt;/code> block, replace &lt;code>mavenLocal()&lt;/code> 
with &lt;code>mavenCentral()&lt;/code>:
 &lt;pre>&lt;code>repositories {
 mavenCentral()
 maven {
@@ -1090,20 +1091,21 @@ args System.getProperty(&amp;#34;exec.args&amp;#34;, 
&amp;#34;&amp;#34;).split()
 &lt;pre>&lt;code>$ gradle build&lt;/code>&lt;/pre>
 &lt;/li>
 &lt;/ol>
-&lt;h2 id="run-wordcount">Run WordCount&lt;/h2>
-&lt;p>A single Beam pipeline can run on multiple Beam &lt;a 
href="/documentation#runners">runners&lt;/a>, including the &lt;a 
href="/documentation/runners/flink">FlinkRunner&lt;/a>, &lt;a 
href="/documentation/runners/spark">SparkRunner&lt;/a>, &lt;a 
href="/documentation/runners/nemo">NemoRunner&lt;/a>, &lt;a 
href="/documentation/runners/jet">JetRunner&lt;/a>, or &lt;a 
href="/documentation/runners/dataflow">DataflowRunner&lt;/a>. The &lt;a 
href="/documentation/runners/direct">DirectRunner [...]
-&lt;p>After you&amp;rsquo;ve chosen which runner you&amp;rsquo;d like to 
use:&lt;/p>
+&lt;h2 id="run-a-pipeline">Run a pipeline&lt;/h2>
+&lt;p>A single Beam pipeline can run on multiple Beam &lt;a 
href="/documentation#runners">runners&lt;/a>, including the &lt;a 
href="/documentation/runners/flink">FlinkRunner&lt;/a>, &lt;a 
href="/documentation/runners/spark">SparkRunner&lt;/a>, &lt;a 
href="/documentation/runners/nemo">NemoRunner&lt;/a>, &lt;a 
href="/documentation/runners/jet">JetRunner&lt;/a>, or &lt;a 
href="/documentation/runners/dataflow">DataflowRunner&lt;/a>. The &lt;a 
href="/documentation/runners/direct">DirectRunner [...]
+&lt;p>The general process for running a pipeline goes like this:&lt;/p>
 &lt;ol>
 &lt;li>Ensure you&amp;rsquo;ve done any runner-specific setup.&lt;/li>
-&lt;li>Build your commandline by:
+&lt;li>Build your command line:
 &lt;ol>
-&lt;li>Specifying a specific runner with 
&lt;code>--runner=&amp;lt;runner&amp;gt;&lt;/code> (defaults to the &lt;a 
href="/documentation/runners/direct">DirectRunner&lt;/a>)&lt;/li>
-&lt;li>Adding any runner-specific required options&lt;/li>
-&lt;li>Choosing input files and an output location are accessible on the 
chosen runner. (For example, you can&amp;rsquo;t access a local file if you are 
running the pipeline on an external cluster.)&lt;/li>
+&lt;li>Specify a runner with 
&lt;code>--runner=&amp;lt;runner&amp;gt;&lt;/code> (defaults to the &lt;a 
href="/documentation/runners/direct">DirectRunner&lt;/a>).&lt;/li>
+&lt;li>Add any runner-specific required options.&lt;/li>
+&lt;li>Choose input files and an output location that are accessible to the 
runner. (For example, you can&amp;rsquo;t access a local file if you are 
running the pipeline on an external cluster.)&lt;/li>
 &lt;/ol>
 &lt;/li>
-&lt;li>Run your first WordCount pipeline.&lt;/li>
+&lt;li>Run the command.&lt;/li>
 &lt;/ol>
+&lt;p>To run the WordCount pipeline, see the Maven and Gradle examples 
below.&lt;/p>
 &lt;h3 id="run-wordcount-using-maven">Run WordCount Using Maven&lt;/h3>
 &lt;p>For Unix shells:&lt;/p>
 &lt;div class=runner-direct>
diff --git a/website/generated-content/get-started/quickstart-java/index.html 
b/website/generated-content/get-started/quickstart-java/index.html
index 1803a04..9b99978 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -1,7 +1,7 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport 
content="width=device-width,initial-scale=1"><title>Beam Quickstart for 
Java</title><meta name=description content="Apache Beam is an open source, 
unified model and set of language-specific SDKs for defining and executing data 
processing workflows, and also data ingestion and integration flows, supporting 
Enterprise Integration Patterns (EIPs) and Doma [...]
 <span class=sr-only>Toggle navigation</span>
 <span class=icon-bar></span><span class=icon-bar></span><span 
class=icon-bar></span></button>
-<a href=/ class=navbar-brand><img alt=Brand style=height:25px 
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask 
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav 
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a 
href=/documentation/>Documentation</a></li><li><a 
href=/documentation/sdks/java/>Languages</a></li><li><a 
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a 
href=/roadmap/>Roadmap</a></li>< [...]
+<a href=/ class=navbar-brand><img alt=Brand style=height:25px 
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask 
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav 
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a 
href=/documentation/>Documentation</a></li><li><a 
href=/documentation/sdks/java/>Languages</a></li><li><a 
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a 
href=/roadmap/>Roadmap</a></li>< [...]
       -DarchetypeGroupId=org.apache.beam \
       -DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \
       -DarchetypeVersion=2.27.0 \
@@ -46,7 +46,7 @@ d-----        7/19/2018  11:00 PM                subprocess
 -a----        7/19/2018  11:00 PM           7073 DebuggingWordCount.java
 -a----        7/19/2018  11:00 PM           5945 MinimalWordCount.java
 -a----        7/19/2018  11:00 PM           9490 WindowedWordCount.java
--a----        7/19/2018  11:00 PM           7662 
WordCount.java</code></pre></div><p>For a detailed introduction to the Beam 
concepts used in these examples, see the <a 
href=/get-started/wordcount-example>WordCount Example Walkthrough</a>. Here, 
we&rsquo;ll just focus on executing <code>WordCount.java</code>.</p><h2 
id=optional-convert-from-maven-to-gradle-project>Optional: Convert from Maven 
to Gradle Project</h2><p>Ensure you are in the same directory as the 
<code>pom.xml</code> file g [...]
+-a----        7/19/2018  11:00 PM           7662 
WordCount.java</code></pre></div><p>For a detailed introduction to the Beam 
concepts used in these examples, see the <a 
href=/get-started/wordcount-example>WordCount Example Walkthrough</a>. Here, 
we&rsquo;ll just focus on executing <code>WordCount.java</code>.</p><h2 
id=optional-convert-from-maven-to-gradle-project>Optional: Convert from Maven 
to Gradle Project</h2><p>Ensure you are in the same directory as the 
<code>pom.xml</code> file g [...]
     mavenCentral()
     maven {
         url = 
uri(&#39;https://repository.apache.org/content/repositories/snapshots/&#39;)
@@ -60,7 +60,7 @@ d-----        7/19/2018  11:00 PM                subprocess
     classpath = sourceSets.main.runtimeClasspath
     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 
[...]
+}</code></pre></li><li>Rebuild your project by running:<pre><code>$ gradle 
build</code></pre></li></ol><h2 id=run-a-pipeline>Run a pipeline</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/run 
[...]
      -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 \
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 11396ba..eb579fb 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>/categories/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ 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>/categories/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ No newline at end of file

Reply via email to