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 44dd33c  Publishing website 2021/01/20 00:01:31 at commit e6fa3bd
44dd33c is described below

commit 44dd33c9dd85e7f4a5aa0cdd46d134113da41fbc
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 20 00:01:31 2021 +0000

    Publishing website 2021/01/20 00:01:31 at commit e6fa3bd
---
 .../get-started/beam-overview/index.html           |  2 +-
 website/generated-content/get-started/index.xml    | 24 ++++++++++++----------
 website/generated-content/sitemap.xml              |  2 +-
 3 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/website/generated-content/get-started/beam-overview/index.html 
b/website/generated-content/get-started/beam-overview/index.html
index 3807d88..264c566 100644
--- a/website/generated-content/get-started/beam-overview/index.html
+++ b/website/generated-content/get-started/beam-overview/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 Overview</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 Domain Specific [...]
 <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>< [...]
 check our <a href=/get-started/from-spark>Getting started from Apache 
Spark</a> page.</p></blockquote><ol><li><p><a 
href=/get-started/try-apache-beam>Try Apache Beam</a> in an online interactive 
environment.</p></li><li><p>Follow the Quickstart for the <a 
href=/get-started/quickstart-java>Java SDK</a>, the <a 
href=/get-started/quickstart-py>Python SDK</a>, or the <a 
href=/get-started/quickstart-go>Go SDK</a>.</p></li><li><p>See the <a 
href=/get-started/wordcount-example>WordCount Example [...]
 <a href=http://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
diff --git a/website/generated-content/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index c0a6961..2af2cd3 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -852,26 +852,28 @@ limitations under the License.
 -->
 &lt;h1 id="apache-beam-overview">Apache Beam Overview&lt;/h1>
 &lt;p>Apache Beam is an open source, unified model for defining both batch and 
streaming data-parallel processing pipelines. Using one of the open source Beam 
SDKs, you build a program that defines the pipeline. The pipeline is then 
executed by one of Beam&amp;rsquo;s supported &lt;strong>distributed processing 
back-ends&lt;/strong>, which include &lt;a 
href="https://flink.apache.org";>Apache Flink&lt;/a>, &lt;a 
href="http://spark.apache.org";>Apache Spark&lt;/a>, and &lt;a href="https://c 
[...]
-&lt;p>Beam is particularly useful for &lt;a 
href="https://en.wikipedia.org/wiki/Embarassingly_parallel";>Embarrassingly 
Parallel&lt;/a> data processing tasks, in which the problem can be decomposed 
into many smaller bundles of data that can be processed independently and in 
parallel. You can also use Beam for Extract, Transform, and Load (ETL) tasks 
and pure data integration. These tasks are useful for moving data between 
different storage media and data sources, transforming data into a  [...]
+&lt;p>Beam is particularly useful for &lt;a 
href="https://en.wikipedia.org/wiki/Embarassingly_parallel";>embarrassingly 
parallel&lt;/a> data processing tasks, in which the problem can be decomposed 
into many smaller bundles of data that can be processed independently and in 
parallel. You can also use Beam for Extract, Transform, and Load (ETL) tasks 
and pure data integration. These tasks are useful for moving data between 
different storage media and data sources, transforming data into a  [...]
 &lt;h2 id="apache-beam-sdks">Apache Beam SDKs&lt;/h2>
 &lt;p>The Beam SDKs provide a unified programming model that can represent and 
transform data sets of any size, whether the input is a finite data set from a 
batch data source, or an infinite data set from a streaming data source. The 
Beam SDKs use the same classes to represent both bounded and unbounded data, 
and the same transforms to operate on that data. You use the Beam SDK of your 
choice to build a program that defines your data processing pipeline.&lt;/p>
 &lt;p>Beam currently supports the following language-specific SDKs:&lt;/p>
 &lt;ul>
-&lt;li>Java &lt;img src="/images/logos/sdks/java.png" alt="Java logo">&lt;/li>
-&lt;li>Python &lt;img src="/images/logos/sdks/python.png" alt="Python 
logo">&lt;/li>
-&lt;li>Go &lt;img src="/images/logos/sdks/go.png" height="45px" alt="Go 
logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/sdks/java">Apache Beam Java SDK&lt;/a> 
&lt;img src="/images/logos/sdks/java.png" alt="Java logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/sdks/python">Apache Beam Python SDK&lt;/a> 
&lt;img src="/images/logos/sdks/python.png" alt="Python logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/sdks/go">Apache Beam Go SDK&lt;/a> &lt;img 
src="/images/logos/sdks/go.png" height="45px" alt="Go logo">&lt;/li>
 &lt;/ul>
 &lt;p>A Scala &lt;img src="/images/logos/sdks/scala.png" height="45px" 
alt="Scala logo"> interface is also available as &lt;a 
href="https://github.com/spotify/scio";>Scio&lt;/a>.&lt;/p>
 &lt;h2 id="apache-beam-pipeline-runners">Apache Beam Pipeline Runners&lt;/h2>
 &lt;p>The Beam Pipeline Runners translate the data processing pipeline you 
define with your Beam program into the API compatible with the distributed 
processing back-end of your choice. When you run your Beam program, 
you&amp;rsquo;ll need to specify an &lt;a 
href="/documentation/runners/capability-matrix">appropriate runner&lt;/a> for 
the back-end where you want to execute your pipeline.&lt;/p>
-&lt;p>Beam currently supports Runners that work with the following distributed 
processing back-ends:&lt;/p>
+&lt;p>Beam currently supports the following runners:&lt;/p>
 &lt;ul>
-&lt;li>Apache Flink &lt;img src="/images/logos/runners/flink.png" alt="Apache 
Flink logo">&lt;/li>
-&lt;li>Apache Samza &lt;img src="/images/logos/runners/samza.png" 
height="20px" alt="Apache Samza logo">&lt;/li>
-&lt;li>Apache Spark &lt;img src="/images/logos/runners/spark.png" alt="Apache 
Spark logo">&lt;/li>
-&lt;li>Google Cloud Dataflow &lt;img src="/images/logos/runners/dataflow.png" 
alt="Google Cloud Dataflow logo">&lt;/li>
-&lt;li>Hazelcast Jet &lt;img src="/images/logos/runners/jet.png" 
alt="Hazelcast Jet logo">&lt;/li>
-&lt;li>Twister2 &lt;img src="/images/logos/runners/twister2.png" alt="Twister2 
logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/direct">Direct Runner&lt;/a>&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/flink">Apache Flink Runner&lt;/a> 
&lt;img src="/images/logos/runners/flink.png" alt="Apache Flink logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/nemo">Apache Nemo 
Runner&lt;/a>&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/samza">Apache Samza Runner&lt;/a> 
&lt;img src="/images/logos/runners/samza.png" height="20px" alt="Apache Samza 
logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/spark">Apache Spark Runner&lt;/a> 
&lt;img src="/images/logos/runners/spark.png" alt="Apache Spark logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/dataflow">Google Cloud Dataflow 
Runner&lt;/a> &lt;img src="/images/logos/runners/dataflow.png" alt="Google 
Cloud Dataflow logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/jet">Hazelcast Jet Runner&lt;/a> 
&lt;img src="/images/logos/runners/jet.png" alt="Hazelcast Jet logo">&lt;/li>
+&lt;li>&lt;a href="/documentation/runners/twister2">Twister2 Runner&lt;/a> 
&lt;img src="/images/logos/runners/twister2.png" alt="Twister2 logo">&lt;/li>
 &lt;/ul>
 &lt;p>&lt;strong>Note:&lt;/strong> You can always execute your pipeline 
locally for testing and debugging purposes.&lt;/p>
 &lt;h2 id="get-started">Get Started&lt;/h2>
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index a56ad3b..ec83c83 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.27.0/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/blog/d
 [...]
\ 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.27.0/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-08T13:31:50-08:00</lastmod></url><url><loc>/blog/d
 [...]
\ No newline at end of file

Reply via email to