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 <[email protected]>
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.
-->
<h1 id="apache-beam-overview">Apache Beam Overview</h1>
<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&rsquo;s supported <strong>distributed processing
back-ends</strong>, which include <a
href="https://flink.apache.org">Apache Flink</a>, <a
href="http://spark.apache.org">Apache Spark</a>, and <a href="https://c
[...]
-<p>Beam is particularly useful for <a
href="https://en.wikipedia.org/wiki/Embarassingly_parallel">Embarrassingly
Parallel</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 [...]
+<p>Beam is particularly useful for <a
href="https://en.wikipedia.org/wiki/Embarassingly_parallel">embarrassingly
parallel</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 [...]
<h2 id="apache-beam-sdks">Apache Beam SDKs</h2>
<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.</p>
<p>Beam currently supports the following language-specific SDKs:</p>
<ul>
-<li>Java <img src="/images/logos/sdks/java.png" alt="Java logo"></li>
-<li>Python <img src="/images/logos/sdks/python.png" alt="Python
logo"></li>
-<li>Go <img src="/images/logos/sdks/go.png" height="45px" alt="Go
logo"></li>
+<li><a href="/documentation/sdks/java">Apache Beam Java SDK</a>
<img src="/images/logos/sdks/java.png" alt="Java logo"></li>
+<li><a href="/documentation/sdks/python">Apache Beam Python SDK</a>
<img src="/images/logos/sdks/python.png" alt="Python logo"></li>
+<li><a href="/documentation/sdks/go">Apache Beam Go SDK</a> <img
src="/images/logos/sdks/go.png" height="45px" alt="Go logo"></li>
</ul>
<p>A Scala <img src="/images/logos/sdks/scala.png" height="45px"
alt="Scala logo"> interface is also available as <a
href="https://github.com/spotify/scio">Scio</a>.</p>
<h2 id="apache-beam-pipeline-runners">Apache Beam Pipeline Runners</h2>
<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&rsquo;ll need to specify an <a
href="/documentation/runners/capability-matrix">appropriate runner</a> for
the back-end where you want to execute your pipeline.</p>
-<p>Beam currently supports Runners that work with the following distributed
processing back-ends:</p>
+<p>Beam currently supports the following runners:</p>
<ul>
-<li>Apache Flink <img src="/images/logos/runners/flink.png" alt="Apache
Flink logo"></li>
-<li>Apache Samza <img src="/images/logos/runners/samza.png"
height="20px" alt="Apache Samza logo"></li>
-<li>Apache Spark <img src="/images/logos/runners/spark.png" alt="Apache
Spark logo"></li>
-<li>Google Cloud Dataflow <img src="/images/logos/runners/dataflow.png"
alt="Google Cloud Dataflow logo"></li>
-<li>Hazelcast Jet <img src="/images/logos/runners/jet.png"
alt="Hazelcast Jet logo"></li>
-<li>Twister2 <img src="/images/logos/runners/twister2.png" alt="Twister2
logo"></li>
+<li><a href="/documentation/runners/direct">Direct Runner</a></li>
+<li><a href="/documentation/runners/flink">Apache Flink Runner</a>
<img src="/images/logos/runners/flink.png" alt="Apache Flink logo"></li>
+<li><a href="/documentation/runners/nemo">Apache Nemo
Runner</a></li>
+<li><a href="/documentation/runners/samza">Apache Samza Runner</a>
<img src="/images/logos/runners/samza.png" height="20px" alt="Apache Samza
logo"></li>
+<li><a href="/documentation/runners/spark">Apache Spark Runner</a>
<img src="/images/logos/runners/spark.png" alt="Apache Spark logo"></li>
+<li><a href="/documentation/runners/dataflow">Google Cloud Dataflow
Runner</a> <img src="/images/logos/runners/dataflow.png" alt="Google
Cloud Dataflow logo"></li>
+<li><a href="/documentation/runners/jet">Hazelcast Jet Runner</a>
<img src="/images/logos/runners/jet.png" alt="Hazelcast Jet logo"></li>
+<li><a href="/documentation/runners/twister2">Twister2 Runner</a>
<img src="/images/logos/runners/twister2.png" alt="Twister2 logo"></li>
</ul>
<p><strong>Note:</strong> You can always execute your pipeline
locally for testing and debugging purposes.</p>
<h2 id="get-started">Get Started</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