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 <[email protected]>
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.</p>
<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>
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’t make a
component nonfunctional</li><li>ignored (“sickbayed”)
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.
-->
<h1 id="apache-beam-java-sdk-quickstart">Apache Beam Java SDK
Quickstart</h1>
-<p>This Quickstart will walk you through executing your first Beam pipeline
to run <a href="/get-started/wordcount-example">WordCount</a>, written
using Beam&rsquo;s <a href="/documentation/sdks/java">Java SDK</a>,
on a <a href="/documentation#runners">runner</a> of your choice.</p>
+<p>This quickstart shows you how to set up a Java development environment
and run an <a href="/get-started/wordcount-example">example pipeline</a>
written with the <a href="/documentation/sdks/java">Apache Beam Java
SDK</a>, using a <a href="/documentation#runners">runner</a> of your
choice.</p>
<p>If you&rsquo;re interested in contributing to the Apache Beam Java
codebase, see the <a href="/contribute">Contribution Guide</a>.</p>
<nav id="TableOfContents">
<ul>
<li><a href="#set-up-your-development-environment">Set up your
Development Environment</a></li>
<li><a href="#get-the-wordcount-code">Get the WordCount
Code</a></li>
<li><a href="#optional-convert-from-maven-to-gradle-project">Optional:
Convert from Maven to Gradle Project</a></li>
-<li><a href="#run-wordcount">Run WordCount</a>
+<li><a href="#run-a-pipeline">Run a pipeline</a>
<ul>
<li><a href="#run-wordcount-using-maven">Run WordCount Using
Maven</a></li>
<li><a href="#run-wordcount-using-gradle">Run WordCount Using
Gradle</a></li>
@@ -1065,9 +1065,10 @@ d----- 7/19/2018 11:00 PM subprocess
<p>Ensure you are in the same directory as the <code>pom.xml</code>
file generated from the previous step. Automatically convert your project from
Maven to Gradle by running:
<pre><code>$ gradle init</code></pre>
</p>
+<p>You&rsquo;ll be asked if you want to generate a Gradle build. Enter
<strong>yes</strong>. You&rsquo;ll also be prompted to choose a DSL
(Groovy or Kotlin). This tutorial uses Groovy, so select that if you
don&rsquo;t have a preference.</p>
<p>After you have converted the project to Gradle:</p>
<ol>
-<li>Edit the generated <code>build.gradle</code> file by adding
<code>mavenCentral()</code> under <code>repositories</code>:
+<li>In the generated <code>build.gradle</code> file, in the
<code>repositories</code> block, replace <code>mavenLocal()</code>
with <code>mavenCentral()</code>:
<pre><code>repositories {
mavenCentral()
maven {
@@ -1090,20 +1091,21 @@ args System.getProperty(&#34;exec.args&#34;,
&#34;&#34;).split()
<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/runners/dataflow">DataflowRunner</a>. The <a
href="/documentation/runners/direct">DirectRunner [...]
-<p>After you&rsquo;ve chosen which runner you&rsquo;d like to
use:</p>
+<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/runners/dataflow">DataflowRunner</a>. The <a
href="/documentation/runners/direct">DirectRunner [...]
+<p>The general process for running a pipeline goes like this:</p>
<ol>
<li>Ensure you&rsquo;ve done any runner-specific setup.</li>
-<li>Build your commandline by:
+<li>Build your command line:
<ol>
-<li>Specifying a specific runner with
<code>--runner=&lt;runner&gt;</code> (defaults to the <a
href="/documentation/runners/direct">DirectRunner</a>)</li>
-<li>Adding any runner-specific required options</li>
-<li>Choosing input files and an output location are accessible on the
chosen runner. (For example, you can&rsquo;t access a local file if you are
running the pipeline on an external cluster.)</li>
+<li>Specify a runner with
<code>--runner=&lt;runner&gt;</code> (defaults to the <a
href="/documentation/runners/direct">DirectRunner</a>).</li>
+<li>Add any runner-specific required options.</li>
+<li>Choose input files and an output location that are accessible to the
runner. (For example, you can&rsquo;t access a local file if you are
running the pipeline on an external cluster.)</li>
</ol>
</li>
-<li>Run your first WordCount pipeline.</li>
+<li>Run the command.</li>
</ol>
+<p>To run the WordCount pipeline, see the Maven and Gradle examples
below.</p>
<h3 id="run-wordcount-using-maven">Run WordCount Using Maven</h3>
<p>For Unix shells:</p>
<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’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’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('https://repository.apache.org/content/repositories/snapshots/')
@@ -60,7 +60,7 @@ d----- 7/19/2018 11:00 PM subprocess
classpath = sourceSets.main.runtimeClasspath
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
[...]
+}</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="--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 \
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