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 56e9d8f Publishing website 2019/06/05 01:08:46 at commit 366cdea
56e9d8f is described below
commit 56e9d8f1edc85bf3675b309343d4cb6637dd0ef4
Author: jenkins <[email protected]>
AuthorDate: Wed Jun 5 01:08:46 2019 +0000
Publishing website 2019/06/05 01:08:46 at commit 366cdea
---
website/generated-content/.htaccess | 2 +-
.../blog/2016/10/20/test-stream.html | 2 +-
.../blog/2017/08/16/splittable-do-fn.html | 10 +++---
.../08/20/review-input-streaming-connectors.html | 22 ++++++-------
.../contribute/ptransform-style-guide/index.html | 4 +--
.../sql/calcite/aggregate-functions/index.html | 4 +--
.../dsls/sql/calcite/data-types/index.html | 4 +--
.../dsls/sql/calcite/lexical/index.html | 4 +--
.../dsls/sql/calcite/overview/index.html | 4 +--
.../dsls/sql/calcite/query-syntax/index.html | 4 +--
.../dsls/sql/calcite/scalar-functions/index.html | 4 +--
.../extensions/create-external-table/index.html | 4 +--
.../dsls/sql/extensions/joins/index.html | 4 +--
.../dsls/sql/extensions/set/index.html | 4 +--
.../extensions/user-defined-functions/index.html | 4 +--
.../extensions/windowing-and-triggering/index.html | 4 +--
.../documentation/dsls/sql/overview/index.html | 8 ++---
.../documentation/dsls/sql/shell/index.html | 4 +--
.../documentation/dsls/sql/walkthrough/index.html | 10 +++---
.../io/built-in/google-bigquery/index.html | 14 ++++-----
.../io/developing-io-python/index.html | 6 ++--
.../pipelines/test-your-pipeline/index.html | 4 +--
.../documentation/programming-guide/index.html | 16 +++++-----
.../documentation/runners/dataflow/index.html | 6 ++--
.../documentation/runners/direct/index.html | 14 ++++-----
.../documentation/runners/flink/index.html | 4 +--
.../documentation/runners/gearpump/index.html | 4 +--
.../documentation/runners/jstorm/index.html | 2 +-
.../documentation/runners/mapreduce/index.html | 2 +-
.../documentation/runners/samza/index.html | 2 +-
.../documentation/runners/spark/index.html | 2 +-
.../sdks/feature-comparison/index.html | 4 +--
.../documentation/sdks/go/index.html | 4 +--
.../sdks/java-dependencies/index.html | 4 +--
.../documentation/sdks/java-extensions/index.html | 4 +--
.../documentation/sdks/java-thirdparty/index.html | 4 +--
.../documentation/sdks/java/euphoria/index.html | 6 ++--
.../documentation/sdks/java/index.html | 4 +--
.../sdks/java/testing/nexmark/index.html | 8 ++---
.../sdks/python-dependencies/index.html | 4 +--
.../sdks/python-pipeline-dependencies/index.html | 4 +--
.../documentation/sdks/python-streaming/index.html | 4 +--
.../sdks/python-type-safety/index.html | 4 +--
.../documentation/sdks/python/index.html | 4 +--
.../get-started/downloads/index.html | 36 +++++++++++++---------
.../get-started/quickstart-java/index.html | 4 +--
.../get-started/wordcount-example/index.html | 4 +--
website/generated-content/index.html | 4 +--
48 files changed, 148 insertions(+), 140 deletions(-)
diff --git a/website/generated-content/.htaccess
b/website/generated-content/.htaccess
index 700f289..ce639dc 100644
--- a/website/generated-content/.htaccess
+++ b/website/generated-content/.htaccess
@@ -21,4 +21,4 @@ RewriteRule ^(.*)$ https://beam.apache.org/$1 [L,R=301]
# The following redirect maintains the previously supported URLs.
RedirectMatch permanent "/documentation/sdks/(javadoc|pydoc)(.*)"
"https://beam.apache.org/releases/$1$2"
# Keep this updated to point to the current release.
-RedirectMatch "/releases/([^/]+)/current(.*)"
"https://beam.apache.org/releases/$1/2.12.0$2"
+RedirectMatch "/releases/([^/]+)/current(.*)"
"https://beam.apache.org/releases/$1/2.13.0$2"
diff --git a/website/generated-content/blog/2016/10/20/test-stream.html
b/website/generated-content/blog/2016/10/20/test-stream.html
index a2865f3..cfd1eed 100644
--- a/website/generated-content/blog/2016/10/20/test-stream.html
+++ b/website/generated-content/blog/2016/10/20/test-stream.html
@@ -224,7 +224,7 @@ be controlled within a test.</p>
<h2 id="writing-deterministic-tests-to-emulate-nondeterminism">Writing
Deterministic Tests to Emulate Nondeterminism</h2>
<p>The Beam testing infrastructure provides the
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
methods, which assert properties about the contents of a PCollection from
within
a pipeline. We have expanded this infrastructure to include
<a
href="https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/TestStream.java">TestStream</a>,
diff --git a/website/generated-content/blog/2017/08/16/splittable-do-fn.html
b/website/generated-content/blog/2017/08/16/splittable-do-fn.html
index 0f643bd..733e72f 100644
--- a/website/generated-content/blog/2017/08/16/splittable-do-fn.html
+++ b/website/generated-content/blog/2017/08/16/splittable-do-fn.html
@@ -237,22 +237,22 @@ has other limitations that make it insufficient for this
task</em>).</p>
<h2 id="beam-source-api">Beam Source API</h2>
<p>Apache Beam historically provides a Source API
-(<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/BoundedSource.html">BoundedSource</a>
+(<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/BoundedSource.html">BoundedSource</a>
and
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/UnboundedSource.html">UnboundedSource</a>)
which does
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/UnboundedSource.html">UnboundedSource</a>)
which does
not have these limitations and allows development of efficient data sources for
batch and streaming systems. Pipelines use this API via the
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/Read.html"><code
class="highlighter-rouge">Read.from(Source)</code></a> built-in <code
class="highlighter-rouge">PTransform</code>.</p>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/Read.html"><code
class="highlighter-rouge">Read.from(Source)</code></a> built-in <code
class="highlighter-rouge">PTransform</code>.</p>
<p>The Source API is largely similar to that of most other data processing
frameworks, and allows the system to read data in parallel using multiple
workers, as well as checkpoint and resume reading from an unbounded data
source.
Additionally, the Beam
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/BoundedSource.html"><code
class="highlighter-rouge">BoundedSource</code></a>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/BoundedSource.html"><code
class="highlighter-rouge">BoundedSource</code></a>
API provides advanced features such as progress reporting and <a
href="/blog/2016/05/18/splitAtFraction-method.html">dynamic
rebalancing</a>
(which together enable autoscaling), and
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/UnboundedSource.html"><code
class="highlighter-rouge">UnboundedSource</code></a> supports
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/UnboundedSource.html"><code
class="highlighter-rouge">UnboundedSource</code></a> supports
reporting the source’s watermark and backlog <em>(until SDF, we believed that
“batch” and “streaming” data sources are fundamentally different and thus
require fundamentally different APIs)</em>.</p>
diff --git
a/website/generated-content/blog/2018/08/20/review-input-streaming-connectors.html
b/website/generated-content/blog/2018/08/20/review-input-streaming-connectors.html
index f08dfd5..23b6831 100644
---
a/website/generated-content/blog/2018/08/20/review-input-streaming-connectors.html
+++
b/website/generated-content/blog/2018/08/20/review-input-streaming-connectors.html
@@ -204,7 +204,7 @@ limitations under the License.
</td>
<td>Local<br />(Using the <code>file://</code> URI)
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/TextIO.html">TextIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/TextIO.html">TextIO</a>
</td>
<td><a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/streaming/StreamingContext.html#textFileStream-java.lang.String-">textFileStream</a><br
/>(Spark treats most Unix systems as HDFS-compatible, but the location should
be accessible from all nodes)
</td>
@@ -212,7 +212,7 @@ limitations under the License.
<tr>
<td>HDFS<br />(Using the <code>hdfs://</code> URI)
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/hdfs/HadoopFileSystemOptions.html">HadoopFileSystemOptions</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/hdfs/HadoopFileSystemOptions.html">HadoopFileSystemOptions</a>
</td>
<td><a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/streaming/util/HdfsUtils.html">HdfsUtils</a>
</td>
@@ -222,7 +222,7 @@ limitations under the License.
</td>
<td>Cloud Storage<br />(Using the <code>gs://</code> URI)
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/extensions/gcp/options/GcsOptions.html">GcsOptions</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/extensions/gcp/options/GcsOptions.html">GcsOptions</a>
</td>
<td rowspan="2"><a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html#hadoopConfiguration--">hadoopConfiguration</a>
and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/streaming/StreamingContext.html#textFileStream-java.lang.String-">textFileStream</a>
@@ -231,7 +231,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
<tr>
<td>S3<br />(Using the <code>s3://</code> URI)
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/aws/options/S3Options.html">S3Options</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/aws/options/S3Options.html">S3Options</a>
</td>
</tr>
<tr>
@@ -239,7 +239,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
</td>
<td>Kafka
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/kafka/KafkaIO.html">KafkaIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/kafka/KafkaIO.html">KafkaIO</a>
</td>
<td><a
href="https://spark.apache.org/docs/latest/streaming-kafka-0-10-integration.html">spark-streaming-kafka</a>
</td>
@@ -247,7 +247,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
<tr>
<td>Kinesis
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/kinesis/KinesisIO.html">KinesisIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/kinesis/KinesisIO.html">KinesisIO</a>
</td>
<td><a
href="https://spark.apache.org/docs/latest/streaming-kinesis-integration.html">spark-streaming-kinesis</a>
</td>
@@ -255,7 +255,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
<tr>
<td>Cloud Pub/Sub
</td>
- <td><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/gcp/pubsub/PubsubIO.html">PubsubIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/gcp/pubsub/PubsubIO.html">PubsubIO</a>
</td>
<td><a
href="https://github.com/apache/bahir/tree/master/streaming-pubsub">spark-streaming-pubsub</a>
from <a href="http://bahir.apache.org">Apache Bahir</a>
</td>
@@ -296,7 +296,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
</td>
<td>Local
</td>
- <td><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.textio.html">io.textio</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.textio.html">io.textio</a>
</td>
<td><a
href="http://spark.apache.org/docs/latest/api/python/pyspark.streaming.html#pyspark.streaming.StreamingContext.textFileStream">textFileStream</a>
</td>
@@ -304,7 +304,7 @@ and <a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/stre
<tr>
<td>HDFS
</td>
- <td><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.hadoopfilesystem.html">io.hadoopfilesystem</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.hadoopfilesystem.html">io.hadoopfilesystem</a>
</td>
<td><a
href="https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html#hadoopConfiguration--">hadoopConfiguration</a>
(Access through <code>sc._jsc</code> with Py4J)
and <a
href="http://spark.apache.org/docs/latest/api/python/pyspark.streaming.html#pyspark.streaming.StreamingContext.textFileStream">textFileStream</a>
@@ -315,7 +315,7 @@ and <a
href="http://spark.apache.org/docs/latest/api/python/pyspark.streaming.ht
</td>
<td>Google Cloud Storage
</td>
- <td><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.gcp.gcsio.html">io.gcp.gcsio</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.gcsio.html">io.gcp.gcsio</a>
</td>
<td rowspan="2"><a
href="http://spark.apache.org/docs/latest/api/python/pyspark.streaming.html#pyspark.streaming.StreamingContext.textFileStream">textFileStream</a>
</td>
@@ -347,7 +347,7 @@ and <a
href="http://spark.apache.org/docs/latest/api/python/pyspark.streaming.ht
<tr>
<td>Cloud Pub/Sub
</td>
- <td><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.gcp.pubsub.html">io.gcp.pubsub</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.pubsub.html">io.gcp.pubsub</a>
</td>
<td>N/A
</td>
diff --git
a/website/generated-content/contribute/ptransform-style-guide/index.html
b/website/generated-content/contribute/ptransform-style-guide/index.html
index 28e844c..8c12f4d 100644
--- a/website/generated-content/contribute/ptransform-style-guide/index.html
+++ b/website/generated-content/contribute/ptransform-style-guide/index.html
@@ -531,8 +531,8 @@ E.g. when expanding a filepattern into files, log what the
filepattern was and h
<ul>
<li>Generally, follow the rules of <a href="http://semver.org/">semantic
versioning</a>.</li>
- <li>If the API of the transform is not yet stable, annotate it as <code
class="highlighter-rouge">@Experimental</code> (Java) or <code
class="highlighter-rouge">@experimental</code> (<a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.utils.annotations.html">Python</a>).</li>
- <li>If the API deprecated, annotate it as <code
class="highlighter-rouge">@Deprecated</code> (Java) or <code
class="highlighter-rouge">@deprecated</code> (<a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.utils.annotations.html">Python</a>).</li>
+ <li>If the API of the transform is not yet stable, annotate it as <code
class="highlighter-rouge">@Experimental</code> (Java) or <code
class="highlighter-rouge">@experimental</code> (<a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.utils.annotations.html">Python</a>).</li>
+ <li>If the API deprecated, annotate it as <code
class="highlighter-rouge">@Deprecated</code> (Java) or <code
class="highlighter-rouge">@deprecated</code> (<a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.utils.annotations.html">Python</a>).</li>
<li>Pay attention to the stability and versioning of third-party classes
exposed by the transform’s API: if they are unstable or improperly versioned
(do not obey <a href="http://semver.org/">semantic versioning</a>), it is
better to wrap them in your own classes.</li>
</ul>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/aggregate-functions/index.html
b/website/generated-content/documentation/dsls/sql/calcite/aggregate-functions/index.html
index 6a82249..e721018 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/aggregate-functions/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/aggregate-functions/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/data-types/index.html
b/website/generated-content/documentation/dsls/sql/calcite/data-types/index.html
index a00c4b9..e5408a1 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/data-types/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/data-types/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
b/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
index 8fea939..6459e33 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
b/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
index 993eaa2..ff31941 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
b/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
index eab1beb..46fbe26 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/calcite/scalar-functions/index.html
b/website/generated-content/documentation/dsls/sql/calcite/scalar-functions/index.html
index c8b6289..71b7090 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/scalar-functions/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/scalar-functions/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
b/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
index a6253b2..4423f23 100644
---
a/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
+++
b/website/generated-content/documentation/dsls/sql/extensions/create-external-table/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
b/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
index b36a83c..81255e5 100644
---
a/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
+++
b/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/extensions/set/index.html
b/website/generated-content/documentation/dsls/sql/extensions/set/index.html
index ebb2ebb..98b6728 100644
--- a/website/generated-content/documentation/dsls/sql/extensions/set/index.html
+++ b/website/generated-content/documentation/dsls/sql/extensions/set/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/extensions/user-defined-functions/index.html
b/website/generated-content/documentation/dsls/sql/extensions/user-defined-functions/index.html
index e186259..41f7b05 100644
---
a/website/generated-content/documentation/dsls/sql/extensions/user-defined-functions/index.html
+++
b/website/generated-content/documentation/dsls/sql/extensions/user-defined-functions/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/extensions/windowing-and-triggering/index.html
b/website/generated-content/documentation/dsls/sql/extensions/windowing-and-triggering/index.html
index 8dc9a14..cb57289 100644
---
a/website/generated-content/documentation/dsls/sql/extensions/windowing-and-triggering/index.html
+++
b/website/generated-content/documentation/dsls/sql/extensions/windowing-and-triggering/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/overview/index.html
b/website/generated-content/documentation/dsls/sql/overview/index.html
index ff14b42..249793d 100644
--- a/website/generated-content/documentation/dsls/sql/overview/index.html
+++ b/website/generated-content/documentation/dsls/sql/overview/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -283,8 +283,8 @@ basic dialect underlying Beam SQL.</p>
<p>There are two additional concepts you need to know to use SQL in your
pipeline:</p>
<ul>
- <li><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/extensions/sql/SqlTransform.html">SqlTransform</a>:
the interface for creating <code class="highlighter-rouge">PTransforms</code>
from SQL queries.</li>
- <li><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/values/Row.html">Row</a>:
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/extensions/sql/SqlTransform.html">SqlTransform</a>:
the interface for creating <code class="highlighter-rouge">PTransforms</code>
from SQL queries.</li>
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/values/Row.html">Row</a>:
the type of elements that Beam SQL operates on. A <code
class="highlighter-rouge">PCollection<Row></code> plays the role of a
table.</li>
</ul>
diff --git a/website/generated-content/documentation/dsls/sql/shell/index.html
b/website/generated-content/documentation/dsls/sql/shell/index.html
index f707161..17d3f20 100644
--- a/website/generated-content/documentation/dsls/sql/shell/index.html
+++ b/website/generated-content/documentation/dsls/sql/shell/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
index 4bcc202..40c2df3 100644
--- a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
+++ b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -276,8 +276,8 @@ limitations under the License.
<p>Before applying a SQL query to a <code
class="highlighter-rouge">PCollection</code>, the data in the collection must
be in <code class="highlighter-rouge">Row</code> format. A <code
class="highlighter-rouge">Row</code> represents a single, immutable record in a
Beam SQL
<code class="highlighter-rouge">PCollection</code>. The names and types of the
fields/columns in the row are defined
-by its associated <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/schemas/Schema.html">Schema</a>.
-You can use the <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/schemas/Schema.html">Schema.builder()</a>
to create
+by its associated <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/schemas/Schema.html">Schema</a>.
+You can use the <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/schemas/Schema.html">Schema.builder()</a>
to create
<code class="highlighter-rouge">Schemas</code>. See <a
href="/documentation/dsls/sql/data-types">Data
Types</a> for more details on supported primitive data types.</p>
@@ -360,7 +360,7 @@ Types</a> for more details on supported primitive data
types.</p>
<h2 id="sqltransform">SqlTransform</h2>
-<p><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/extensions/sql/SqlTransform.html"><code
class="highlighter-rouge">SqlTransform.query(queryString)</code></a> method is
the only API to create a <code class="highlighter-rouge">PTransform</code>
+<p><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/extensions/sql/SqlTransform.html"><code
class="highlighter-rouge">SqlTransform.query(queryString)</code></a> method is
the only API to create a <code class="highlighter-rouge">PTransform</code>
from a string representation of the SQL query. You can apply this <code
class="highlighter-rouge">PTransform</code>
to either a single <code class="highlighter-rouge">PCollection</code> or a
<code class="highlighter-rouge">PCollectionTuple</code> which holds multiple
<code class="highlighter-rouge">PCollections</code>:</p>
diff --git
a/website/generated-content/documentation/io/built-in/google-bigquery/index.html
b/website/generated-content/documentation/io/built-in/google-bigquery/index.html
index fed1fab..3cef307 100644
---
a/website/generated-content/documentation/io/built-in/google-bigquery/index.html
+++
b/website/generated-content/documentation/io/built-in/google-bigquery/index.html
@@ -425,7 +425,7 @@ to <a href="https://cloud.google.com/bigquery">Google
BigQuery</a> tables.</p>
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">sdks</span><span class="o">-</span><span class="n">java</span><span
class="o">-</span><span class="n">io</span><span class="o">-</span><span
class="n">google</span><span class="o">-</span><span
class="n">cloud</span><span class="o">-</span><span
class="n">platform</span><span class="o"></</span><span
class="n">artifactId</span><s [...]
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
</div>
@@ -434,7 +434,7 @@ to <a href="https://cloud.google.com/bigquery">Google
BigQuery</a> tables.</p>
<ul class="language-java">
<li><a
href="https://github.com/apache/beam/tree/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery">BigQueryIO
source code</a></li>
- <li><a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.html">BigQueryIO
Javadoc</a></li>
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.html">BigQueryIO
Javadoc</a></li>
<li><a href="https://cloud.google.com/bigquery/docs">Google BigQuery
documentation</a></li>
</ul>
@@ -447,7 +447,7 @@ running <code class="highlighter-rouge">pip install
apache-beam[gcp]</code>.</p>
<ul class="language-py">
<li><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/bigquery.py">BigQueryIO
source code</a></li>
- <li><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.gcp.bigquery.html">BigQueryIO
Pydoc</a></li>
+ <li><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.bigquery.html">BigQueryIO
Pydoc</a></li>
<li><a href="https://cloud.google.com/bigquery/docs">Google BigQuery
documentation</a></li>
</ul>
@@ -497,10 +497,10 @@ table name.</p>
<p>You can also omit <code class="highlighter-rouge">project_id</code> and use
the <code class="highlighter-rouge">[dataset_id].[table_id]</code> format. If
you omit the project ID, Beam uses the default project ID from your
<span class="language-java">
- <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.html">pipeline
options</a>.
+ <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.html">pipeline
options</a>.
</span>
<span class="language-py">
- <a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions">pipeline
options</a>.
+ <a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions">pipeline
options</a>.
</span></p>
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="n">String</span> <span
class="n">tableSpec</span> <span class="o">=</span> <span
class="s">"samples.weather_stations"</span><span class="o">;</span>
@@ -534,7 +534,7 @@ the three parts of the BigQuery table name.</p>
<!-- Java specific -->
-<p class="language-java">The Beam SDK for Java also provides the <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.html"><code
class="highlighter-rouge">parseTableSpec</code></a>
+<p class="language-java">The Beam SDK for Java also provides the <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.html"><code
class="highlighter-rouge">parseTableSpec</code></a>
helper method, which constructs a <code
class="highlighter-rouge">TableReference</code> object from a String that
contains the fully-qualified BigQuery table name. However, the static factory
methods for BigQueryIO transforms accept the table name as a String and
@@ -1060,7 +1060,7 @@ do not set the triggering frequency.</li>
<!-- Java specific -->
<p class="language-java">You can use <code
class="highlighter-rouge">withMethod</code> to specify the desired insertion
method. See
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Method.html">Write.Method</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Method.html">Write.Method</a>
for the list of the available methods and their restrictions.</p>
<p class="language-java"><strong><em>Note:</em></strong> If you use batch
loads in a streaming pipeline, you must use
diff --git
a/website/generated-content/documentation/io/developing-io-python/index.html
b/website/generated-content/documentation/io/developing-io-python/index.html
index acebc8b..0b5b4d4 100644
--- a/website/generated-content/documentation/io/developing-io-python/index.html
+++ b/website/generated-content/documentation/io/developing-io-python/index.html
@@ -387,7 +387,7 @@ start, read the <a
href="/documentation/io/developing-io-overview/">new I/O conn
for an overview of developing a new I/O connector, the available implementation
options, and how to choose the right option for your use case.</p>
-<p>This guide covers using the <a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.iobase.html">Source
and FileBasedSink interfaces</a>
+<p>This guide covers using the <a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.iobase.html">Source
and FileBasedSink interfaces</a>
for Python. The Java SDK offers the same functionality, but uses a slightly
different API. See <a href="/documentation/io/developing-io-java/">Developing
I/O connectors for Java</a>
for information specific to the Java SDK.</p>
@@ -449,7 +449,7 @@ a wrapper.</li>
</ul>
<p>You can find these classes in the
-<a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.iobase.html">apache_beam.io.iobase
module</a>.</p>
+<a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.iobase.html">apache_beam.io.iobase
module</a>.</p>
<h3 id="implementing-the-boundedsource-subclass">Implementing the
BoundedSource subclass</h3>
@@ -635,7 +635,7 @@ exposing your sources, and walks through how to create a
wrapper.</p>
<h2 id="using-the-filebasedsink-abstraction">Using the FileBasedSink
abstraction</h2>
-<p>If your data source uses files, you can implement the <a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.filebasedsink.html">FileBasedSink</a>
+<p>If your data source uses files, you can implement the <a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.filebasedsink.html">FileBasedSink</a>
abstraction to create a file-based sink. For other sinks, use <code
class="highlighter-rouge">ParDo</code>,
<code class="highlighter-rouge">GroupByKey</code>, and other transforms
offered by the Beam SDK for Python. See the
<a href="/documentation/io/developing-io-overview/">developing I/O connectors
overview</a>
diff --git
a/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
b/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
index a5dc57b..a8ecad7 100644
---
a/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
+++
b/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
@@ -567,7 +567,7 @@ for the <code class="highlighter-rouge">DoFnTester</code>
as follows:</p>
<p>You can use the <code class="highlighter-rouge">Create</code> transform to
create a <code class="highlighter-rouge">PCollection</code> out of a standard
in-memory collection class, such as Java <code
class="highlighter-rouge">List</code>. See <a
href="/documentation/programming-guide/#creating-a-pcollection">Creating a
PCollection</a> for more information.</p>
<h3 id="passert">PAssert</h3>
-<p><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
is a class included in the Beam Java SDK that is an assertion on the contents
of a <code class="highlighter-rouge">PCollection</code>. You can use <code
class="highlighter-rouge">PAssert</code>to verify that a <code
class="highlighter-rouge">PCollection</code> contains a specific set of
expected elements.</p>
+<p><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
is a class included in the Beam Java SDK that is an assertion on the contents
of a <code class="highlighter-rouge">PCollection</code>. You can use <code
class="highlighter-rouge">PAssert</code>to verify that a <code
class="highlighter-rouge">PCollection</code> contains a specific set of
expected elements.</p>
<p>For a given <code class="highlighter-rouge">PCollection</code>, you can use
<code class="highlighter-rouge">PAssert</code> to verify the contents as
follows:</p>
@@ -593,7 +593,7 @@ for the <code class="highlighter-rouge">DoFnTester</code>
as follows:</p>
</code></pre>
</div>
-<p>For more information on how these classes work, see the <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/package-summary.html">org.apache.beam.sdk.testing</a>
package documentation.</p>
+<p>For more information on how these classes work, see the <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/testing/package-summary.html">org.apache.beam.sdk.testing</a>
package documentation.</p>
<h3 id="an-example-test-for-a-composite-transform">An Example Test for a
Composite Transform</h3>
diff --git
a/website/generated-content/documentation/programming-guide/index.html
b/website/generated-content/documentation/programming-guide/index.html
index 1b18588..55aeee1 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -515,7 +515,7 @@ asynchronous “job” (or equivalent) on that back-end.</p>
<p>The <code class="highlighter-rouge">Pipeline</code> abstraction
encapsulates all the data and steps in your data
processing task. Your Beam driver program typically starts by constructing a
-<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/Pipeline.html">Pipeline</a></span>
+<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/Pipeline.html">Pipeline</a></span>
<span class="language-py"><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/pipeline.py">Pipeline</a></span>
object, and then using that object as the basis for creating the pipeline’s
data
sets as <code class="highlighter-rouge">PCollection</code>s and its operations
as <code class="highlighter-rouge">Transform</code>s.</p>
@@ -694,7 +694,7 @@ with <code
class="highlighter-rouge">PipelineOptionsFactory</code>:</p>
<h2 id="pcollections">3. PCollections</h2>
-<p>The <span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/values/PCollection.html">PCollection</a></span>
+<p>The <span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/values/PCollection.html">PCollection</a></span>
<span class="language-py"><code
class="highlighter-rouge">PCollection</code></span> abstraction represents a
potentially distributed, multi-element data set. You can think of a
<code class="highlighter-rouge">PCollection</code> as “pipeline” data; Beam
transforms use <code class="highlighter-rouge">PCollection</code> objects as
@@ -1525,7 +1525,7 @@ and format data from each collection.</p>
<h4 id="combine">4.2.4. Combine</h4>
-<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/Combine.html"><code
class="highlighter-rouge">Combine</code></a></span>
+<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/Combine.html"><code
class="highlighter-rouge">Combine</code></a></span>
<span class="language-py"><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/core.py"><code
class="highlighter-rouge">Combine</code></a></span>
is a Beam transform for combining collections of elements or values in your
data. <code class="highlighter-rouge">Combine</code> has variants that work on
entire <code class="highlighter-rouge">PCollection</code>s, and some that
@@ -1784,7 +1784,7 @@ PerKey must be an associative reduction function or a
subclass of <code class="h
<h4 id="flatten">4.2.5. Flatten</h4>
-<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/Flatten.html"><code
class="highlighter-rouge">Flatten</code></a></span>
+<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/Flatten.html"><code
class="highlighter-rouge">Flatten</code></a></span>
<span class="language-py"><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/core.py"><code
class="highlighter-rouge">Flatten</code></a></span>
is a Beam transform for <code class="highlighter-rouge">PCollection</code>
objects that store the same data type.
<code class="highlighter-rouge">Flatten</code> merges multiple <code
class="highlighter-rouge">PCollection</code> objects into a single logical
@@ -1835,7 +1835,7 @@ pipeline is constructed.</p>
<h4 id="partition">4.2.6. Partition</h4>
-<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/Partition.html"><code
class="highlighter-rouge">Partition</code></a></span>
+<p><span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/Partition.html"><code
class="highlighter-rouge">Partition</code></a></span>
<span class="language-py"><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/core.py"><code
class="highlighter-rouge">Partition</code></a></span>
is a Beam transform for <code class="highlighter-rouge">PCollection</code>
objects that store the same data
type. <code class="highlighter-rouge">Partition</code> splits a single <code
class="highlighter-rouge">PCollection</code> into a fixed number of smaller
@@ -2281,8 +2281,8 @@ transform can make your code more modular and easier to
understand.</p>
<p>The Beam SDK comes packed with many useful composite transforms. See the API
reference pages for a list of transforms:</p>
<ul>
- <li><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/package-summary.html">Pre-written
Beam transforms for Java</a></li>
- <li><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.transforms.html">Pre-written
Beam transforms for Python</a></li>
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/package-summary.html">Pre-written
Beam transforms for Java</a></li>
+ <li><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.transforms.html">Pre-written
Beam transforms for Python</a></li>
</ul>
<h4 id="composite-transform-example">4.6.1. An example composite transform</h4>
@@ -2869,7 +2869,7 @@ all the elements are by default part of a single, global
window.</p>
<p>To use windowing with fixed data sets, you can assign your own timestamps to
each element. To assign timestamps to elements, use a <code
class="highlighter-rouge">ParDo</code> transform with a
<code class="highlighter-rouge">DoFn</code> that outputs each element with a
new timestamp (for example, the
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/WithTimestamps.html">WithTimestamps</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/WithTimestamps.html">WithTimestamps</a>
transform in the Beam SDK for Java).</p>
<p>To illustrate how windowing with a bounded <code
class="highlighter-rouge">PCollection</code> can affect how your
diff --git
a/website/generated-content/documentation/runners/dataflow/index.html
b/website/generated-content/documentation/runners/dataflow/index.html
index a6d3f8d..08d2877 100644
--- a/website/generated-content/documentation/runners/dataflow/index.html
+++ b/website/generated-content/documentation/runners/dataflow/index.html
@@ -261,7 +261,7 @@ Pub/Sub, or Cloud Datastore) if you use them in your
pipeline code.</li>
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">google</span><span class="o">-</span><span
class="n">cloud</span><span class="o">-</span><span
class="n">dataflow</span><span class="o">-</span><span
class="n">java</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">scope</span><span
class="o">></span><span class="n">runtime</span><span
class="o"></</span><span class="n">scope</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
@@ -399,8 +399,8 @@ Pub/Sub, or Cloud Datastore) if you use them in your
pipeline code.</li>
</table>
<p>See the reference documentation for the
-<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.html">DataflowPipelineOptions</a></span>
-<span class="language-py"><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions"><code
class="highlighter-rouge">PipelineOptions</code></a></span>
+<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.html">DataflowPipelineOptions</a></span>
+<span class="language-py"><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.PipelineOptions"><code
class="highlighter-rouge">PipelineOptions</code></a></span>
interface (and any subinterfaces) for additional pipeline configuration
options.</p>
<h2 id="additional-info">Additional information and caveats</h2>
diff --git a/website/generated-content/documentation/runners/direct/index.html
b/website/generated-content/documentation/runners/direct/index.html
index 2684f9d..9c1f233 100644
--- a/website/generated-content/documentation/runners/direct/index.html
+++ b/website/generated-content/documentation/runners/direct/index.html
@@ -237,11 +237,11 @@ limitations under the License.
<p>Here are some resources with information about how to test your
pipelines.</p>
<ul>
<!-- Java specific links -->
- <li class="language-java"><a
href="/blog/2016/10/20/test-stream.html">Testing Unbounded Pipelines in Apache
Beam</a> talks about the use of Java classes <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
and <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/TestStream.html">TestStream</a>
to test your pipelines.</li>
- <li class="language-java">The <a
href="/get-started/wordcount-example/#testing-your-pipeline-with-asserts">Apache
Beam WordCount Walkthrough</a> contains an example of logging and testing a
pipeline with <a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>.</li>
+ <li class="language-java"><a
href="/blog/2016/10/20/test-stream.html">Testing Unbounded Pipelines in Apache
Beam</a> talks about the use of Java classes <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
and <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/testing/TestStream.html">TestStream</a>
to test your pipelines.</li>
+ <li class="language-java">The <a
href="/get-started/wordcount-example/#testing-your-pipeline-with-asserts">Apache
Beam WordCount Walkthrough</a> contains an example of logging and testing a
pipeline with <a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>.</li>
<!-- Python specific links -->
- <li class="language-py">The <a
href="/get-started/wordcount-example/#testing-your-pipeline-with-asserts">Apache
Beam WordCount Walkthrough</a> contains an example of logging and testing a
pipeline with <a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.testing.util.html#apache_beam.testing.util.assert_that">assert_that</a>.</li>
+ <li class="language-py">The <a
href="/get-started/wordcount-example/#testing-your-pipeline-with-asserts">Apache
Beam WordCount Walkthrough</a> contains an example of logging and testing a
pipeline with <a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.testing.util.html#apache_beam.testing.util.assert_that">assert_that</a>.</li>
</ul>
<h2 id="direct-runner-prerequisites-and-setup">Direct Runner prerequisites and
setup</h2>
@@ -252,7 +252,7 @@ limitations under the License.
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">direct</span><span class="o">-</span><span class="n">java</span><span
class="o"></</span><span class="n">artifactId</span><span
class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">scope</span><span
class="o">></span><span class="n">runtime</span><span
class="o"></</span><span class="n">scope</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
@@ -265,15 +265,15 @@ limitations under the License.
<p>When executing your pipeline from the command-line, set <code
class="highlighter-rouge">runner</code> to <code
class="highlighter-rouge">direct</code> or <code
class="highlighter-rouge">DirectRunner</code>. The default values for the other
pipeline options are generally sufficient.</p>
<p>See the reference documentation for the
-<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/runners/direct/DirectOptions.html"><code
class="highlighter-rouge">DirectOptions</code></a></span>
-<span class="language-py"><a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DirectOptions"><code
class="highlighter-rouge">DirectOptions</code></a></span>
+<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/runners/direct/DirectOptions.html"><code
class="highlighter-rouge">DirectOptions</code></a></span>
+<span class="language-py"><a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.DirectOptions"><code
class="highlighter-rouge">DirectOptions</code></a></span>
interface for defaults and additional pipeline configuration options.</p>
<h2 id="additional-information-and-caveats">Additional information and
caveats</h2>
<h3 id="memory-considerations">Memory considerations</h3>
-<p>Local execution is limited by the memory available in your local
environment. It is highly recommended that you run your pipeline with data sets
small enough to fit in local memory. You can create a small in-memory data set
using a <span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/sdk/transforms/Create.html"><code
class="highlighter-rouge">Create</code></a></span><span class="language-py"><a
href="https://github.com/apache/ [...]
+<p>Local execution is limited by the memory available in your local
environment. It is highly recommended that you run your pipeline with data sets
small enough to fit in local memory. You can create a small in-memory data set
using a <span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/sdk/transforms/Create.html"><code
class="highlighter-rouge">Create</code></a></span><span class="language-py"><a
href="https://github.com/apache/ [...]
<h3 id="streaming-execution">Streaming execution</h3>
diff --git a/website/generated-content/documentation/runners/flink/index.html
b/website/generated-content/documentation/runners/flink/index.html
index 91714c4..7754b82 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -374,7 +374,7 @@ from the above table. For example:
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">flink</span><span class="o">-</span><span class="mf">1.6</span><span
class="o"></</span><span class="n">artifactId</span><span
class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
</div>
@@ -505,7 +505,7 @@ Many sources like <code
class="highlighter-rouge">PubSubIO</code> rely on their
<p>When executing your pipeline with the Flink Runner, you can set these
pipeline options.</p>
<p>See the reference documentation for the<span class="language-java">
-<a
href="https://beam.apache.org/releases/javadoc/2.12.0/index.html?org/apache/beam/runners/flink/FlinkPipelineOptions.html">FlinkPipelineOptions</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.13.0/index.html?org/apache/beam/runners/flink/FlinkPipelineOptions.html">FlinkPipelineOptions</a>
</span><span class="language-py">
<a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/options/pipeline_options.py">PipelineOptions</a>
</span>interface (and its subinterfaces) for the complete list of pipeline
configuration options.</p>
diff --git
a/website/generated-content/documentation/runners/gearpump/index.html
b/website/generated-content/documentation/runners/gearpump/index.html
index eae5572..7d5b8dd 100644
--- a/website/generated-content/documentation/runners/gearpump/index.html
+++ b/website/generated-content/documentation/runners/gearpump/index.html
@@ -230,7 +230,7 @@ And your Beam application should also pack Beam SDK
explicitly and here is a sni
<span class="o"><</span><span class="n">dependency</span><span
class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">gearpump</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
<span class="o"><</span><span class="n">dependency</span><span
class="o">></span>
@@ -250,7 +250,7 @@ And your Beam application should also pack Beam SDK
explicitly and here is a sni
<span class="o"><</span><span class="n">dependency</span><span
class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">sdks</span><span class="o">-</span><span class="n">java</span><span
class="o">-</span><span class="n">core</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
<span class="o"></</span><span class="n">dependencies</span><span
class="o">></span>
diff --git a/website/generated-content/documentation/runners/jstorm/index.html
b/website/generated-content/documentation/runners/jstorm/index.html
index b3dd91d..e999f3e 100644
--- a/website/generated-content/documentation/runners/jstorm/index.html
+++ b/website/generated-content/documentation/runners/jstorm/index.html
@@ -398,7 +398,7 @@ limitations under the License.
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">jstorm</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
</div>
diff --git
a/website/generated-content/documentation/runners/mapreduce/index.html
b/website/generated-content/documentation/runners/mapreduce/index.html
index f14e2f3..05c3d6b 100644
--- a/website/generated-content/documentation/runners/mapreduce/index.html
+++ b/website/generated-content/documentation/runners/mapreduce/index.html
@@ -219,7 +219,7 @@ limitations under the License.
<div class="highlighter-rouge"><pre class="highlight"><code><dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-mapreduce</artifactId>
- <version>2.12.0</version>
+ <version>2.13.0</version>
</dependency>
</code></pre>
</div>
diff --git a/website/generated-content/documentation/runners/samza/index.html
b/website/generated-content/documentation/runners/samza/index.html
index 31badff..53b66d7 100644
--- a/website/generated-content/documentation/runners/samza/index.html
+++ b/website/generated-content/documentation/runners/samza/index.html
@@ -236,7 +236,7 @@ limitations under the License.
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">samza</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">scope</span><span
class="o">></span><span class="n">runtime</span><span
class="o"></</span><span class="n">scope</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
diff --git a/website/generated-content/documentation/runners/spark/index.html
b/website/generated-content/documentation/runners/spark/index.html
index 9cb9fea..ea63b46 100644
--- a/website/generated-content/documentation/runners/spark/index.html
+++ b/website/generated-content/documentation/runners/spark/index.html
@@ -243,7 +243,7 @@ The Spark Runner can execute Spark pipelines just like a
native Spark applicatio
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="o"><</span><span
class="n">dependency</span><span class="o">></span>
<span class="o"><</span><span class="n">groupId</span><span
class="o">></span><span class="n">org</span><span class="o">.</span><span
class="na">apache</span><span class="o">.</span><span
class="na">beam</span><span class="o"></</span><span
class="n">groupId</span><span class="o">></span>
<span class="o"><</span><span class="n">artifactId</span><span
class="o">></span><span class="n">beam</span><span class="o">-</span><span
class="n">runners</span><span class="o">-</span><span
class="n">spark</span><span class="o"></</span><span
class="n">artifactId</span><span class="o">></span>
- <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.12</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
+ <span class="o"><</span><span class="n">version</span><span
class="o">></span><span class="mf">2.13</span><span class="o">.</span><span
class="mi">0</span><span class="o"></</span><span
class="n">version</span><span class="o">></span>
<span class="o"></</span><span class="n">dependency</span><span
class="o">></span>
</code></pre>
</div>
diff --git
a/website/generated-content/documentation/sdks/feature-comparison/index.html
b/website/generated-content/documentation/sdks/feature-comparison/index.html
index 786bc6d..6871535 100644
--- a/website/generated-content/documentation/sdks/feature-comparison/index.html
+++ b/website/generated-content/documentation/sdks/feature-comparison/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git a/website/generated-content/documentation/sdks/go/index.html
b/website/generated-content/documentation/sdks/go/index.html
index 41a4fc4..547a3b3 100644
--- a/website/generated-content/documentation/sdks/go/index.html
+++ b/website/generated-content/documentation/sdks/go/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/java-dependencies/index.html
b/website/generated-content/documentation/sdks/java-dependencies/index.html
index 3b6a091..842fe80 100644
--- a/website/generated-content/documentation/sdks/java-dependencies/index.html
+++ b/website/generated-content/documentation/sdks/java-dependencies/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/java-extensions/index.html
b/website/generated-content/documentation/sdks/java-extensions/index.html
index f80f5ba..45eeba7 100644
--- a/website/generated-content/documentation/sdks/java-extensions/index.html
+++ b/website/generated-content/documentation/sdks/java-extensions/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/java-thirdparty/index.html
b/website/generated-content/documentation/sdks/java-thirdparty/index.html
index 2cee033..fd64fcf 100644
--- a/website/generated-content/documentation/sdks/java-thirdparty/index.html
+++ b/website/generated-content/documentation/sdks/java-thirdparty/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/java/euphoria/index.html
b/website/generated-content/documentation/sdks/java/euphoria/index.html
index 1a00d76..10aa575 100644
--- a/website/generated-content/documentation/sdks/java/euphoria/index.html
+++ b/website/generated-content/documentation/sdks/java/euphoria/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -306,7 +306,7 @@ limitations under the License.
<h1 id="euphoria-java-8-dsl">Euphoria Java 8 DSL</h1>
<!--
NOTE for future maintainer.
-There is
[`DocumentationExamplesTest`](/documentation/sdks/javadoc/2.12.0/index.html?org/apache/beam/sdk/extensions/euphoria/core/docs/DocumentationExamplesTest.html)
in `beam-sdks-java-extensions-euphoria-core` project where all code examples
are validated. Do not change the code examples without reflecting it in the
`DocumentationExamplesTest` and vice versa.
+There is
[`DocumentationExamplesTest`](/documentation/sdks/javadoc/2.13.0/index.html?org/apache/beam/sdk/extensions/euphoria/core/docs/DocumentationExamplesTest.html)
in `beam-sdks-java-extensions-euphoria-core` project where all code examples
are validated. Do not change the code examples without reflecting it in the
`DocumentationExamplesTest` and vice versa.
Following operator is unsupported. Include it in documentation when supported.
diff --git a/website/generated-content/documentation/sdks/java/index.html
b/website/generated-content/documentation/sdks/java/index.html
index ce752db..ad0dbe7 100644
--- a/website/generated-content/documentation/sdks/java/index.html
+++ b/website/generated-content/documentation/sdks/java/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
b/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
index c397486..ff95c59 100644
---
a/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
+++
b/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -537,7 +537,7 @@ or may be published to Pub/Sub or Kafka.</p>
--stagingLocation=gs://<a gs path for staging> \
--runner=DataflowRunner \
--tempLocation=gs://<a gs path for temporary files> \
---filesToStage=target/beam-sdks-java-nexmark-2.12.0.jar
+--filesToStage=target/beam-sdks-java-nexmark-2.13.0.jar
</code></pre>
</div>
@@ -1035,7 +1035,7 @@ PUBSUB_TOPCI=<existing pubsub topic>
--driver-memory 512m \
--executor-memory 512m \
--executor-cores 1 \
-
sdks/java/testing/nexmark/build/libs/beam-sdks-java-nexmark-2.12.0-spark.jar \
+
sdks/java/testing/nexmark/build/libs/beam-sdks-java-nexmark-2.13.0-spark.jar \
--runner=SparkRunner \
--query=0 \
--streamTimeout=60 \
diff --git
a/website/generated-content/documentation/sdks/python-dependencies/index.html
b/website/generated-content/documentation/sdks/python-dependencies/index.html
index 4c70f0c..fd4812b 100644
---
a/website/generated-content/documentation/sdks/python-dependencies/index.html
+++
b/website/generated-content/documentation/sdks/python-dependencies/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
b/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
index 24159c1..8e0920a 100644
---
a/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
+++
b/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/python-streaming/index.html
b/website/generated-content/documentation/sdks/python-streaming/index.html
index 5d304f4..0a96d90 100644
--- a/website/generated-content/documentation/sdks/python-streaming/index.html
+++ b/website/generated-content/documentation/sdks/python-streaming/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git
a/website/generated-content/documentation/sdks/python-type-safety/index.html
b/website/generated-content/documentation/sdks/python-type-safety/index.html
index d5012a1..d9f3a58 100644
--- a/website/generated-content/documentation/sdks/python-type-safety/index.html
+++ b/website/generated-content/documentation/sdks/python-type-safety/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git a/website/generated-content/documentation/sdks/python/index.html
b/website/generated-content/documentation/sdks/python/index.html
index ade9ad9..4f250fc 100644
--- a/website/generated-content/documentation/sdks/python/index.html
+++ b/website/generated-content/documentation/sdks/python/index.html
@@ -156,7 +156,7 @@
<span class="section-nav-list-title">Java</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/java/">Java SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/javadoc/2.12.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -171,7 +171,7 @@
<span class="section-nav-list-title">Python</span>
<ul class="section-nav-list">
<li><a href="/documentation/sdks/python/">Python SDK overview</a></li>
- <li><a href="https://beam.apache.org/releases/pydoc/2.12.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
diff --git a/website/generated-content/get-started/downloads/index.html
b/website/generated-content/get-started/downloads/index.html
index 5af209a..73f5f78 100644
--- a/website/generated-content/get-started/downloads/index.html
+++ b/website/generated-content/get-started/downloads/index.html
@@ -201,6 +201,7 @@
<li><a href="#api-stability">API stability</a></li>
<li><a href="#releases">Releases</a>
<ul>
+ <li><a href="#2130-2019-05-21">2.13.0 (2019-05-21)</a></li>
<li><a href="#2120-2019-04-25">2.12.0 (2019-04-25)</a></li>
<li><a href="#2110-2019-02-26">2.11.0 (2019-02-26)</a></li>
<li><a href="#2100-2019-02-01">2.10.0 (2019-02-01)</a></li>
@@ -239,7 +240,7 @@ limitations under the License.
<h1 id="apache-beam-downloads">Apache Beam™ Downloads</h1>
<blockquote>
- <p>Beam SDK 2.12.0 is the latest released version.</p>
+ <p>Beam SDK 2.13.0 is the latest released version.</p>
</blockquote>
<h2 id="using-a-central-repository">Using a central repository</h2>
@@ -254,12 +255,12 @@ with the <code
class="highlighter-rouge">DirectRunner</code>, add the following
<div class="highlighter-rouge"><pre class="highlight"><code><dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-core</artifactId>
- <version>2.12.0</version>
+ <version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-direct-java</artifactId>
- <version>2.12.0</version>
+ <version>2.13.0</version>
<scope>runtime</scope>
</dependency>
</code></pre>
@@ -268,7 +269,7 @@ with the <code
class="highlighter-rouge">DirectRunner</code>, add the following
<p>Similarly in Python, if you are using PyPI and want to use the SDK for
Python
with <code class="highlighter-rouge">DirectRunner</code>, add the following
requirement to your <code class="highlighter-rouge">setup.py</code> file:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code>apache-beam==2.12.0
+<div class="highlighter-rouge"><pre class="highlight"><code>apache-beam==2.13.0
</code></pre>
</div>
@@ -303,7 +304,7 @@ the form <code
class="highlighter-rouge">major.minor.incremental</code> and are
<li>incremental version for forward-compatible bug fixes</li>
</ul>
-<p>Please note that APIs marked <a
href="https://beam.apache.org/releases/javadoc/2.12.0/org/apache/beam/sdk/annotations/Experimental.html"><code
class="highlighter-rouge">@Experimental</code></a>
+<p>Please note that APIs marked <a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/annotations/Experimental.html"><code
class="highlighter-rouge">@Experimental</code></a>
may change at any point and are not guaranteed to remain compatible across
versions.</p>
<p>Additionally, any API may change before the first stable release, i.e.,
between
@@ -311,24 +312,31 @@ versions denoted <code
class="highlighter-rouge">0.x.y</code>.</p>
<h2 id="releases">Releases</h2>
+<h3 id="2130-2019-05-21">2.13.0 (2019-05-21)</h3>
+<p>Official <a
href="http://www.apache.org/dyn/closer.cgi/beam/2.13.0/apache-beam-2.13.0-source-release.zip">source
code download</a>.
+<a
href="https://www.apache.org/dist/beam/2.13.0/apache-beam-2.13.0-source-release.zip.sha512">SHA-512</a>.
+<a
href="https://www.apache.org/dist/beam/2.13.0/apache-beam-2.13.0-source-release.zip.asc">signature</a>.</p>
+
+<p><a
href="https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345166">Release
notes</a>.</p>
+
<h3 id="2120-2019-04-25">2.12.0 (2019-04-25)</h3>
-<p>Official <a
href="http://www.apache.org/dyn/closer.cgi/beam/2.12.0/apache-beam-2.12.0-source-release.zip">source
code download</a>.
-<a
href="https://www.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.sha512">SHA-512</a>.
-<a
href="https://www.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.asc">signature</a>.</p>
+<p>Official <a
href="http://archive.apache.org/dyn/closer.cgi/beam/2.12.0/apache-beam-2.12.0-source-release.zip">source
code download</a>.
+<a
href="https://archive.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.sha512">SHA-512</a>.
+<a
href="https://archive.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.asc">signature</a>.</p>
<p><a
href="https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344944">Release
notes</a>.</p>
<h3 id="2110-2019-02-26">2.11.0 (2019-02-26)</h3>
-<p>Official <a
href="http://www.apache.org/dyn/closer.cgi/beam/2.11.0/apache-beam-2.11.0-source-release.zip">source
code download</a>.
-<a
href="https://www.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.sha512">SHA-512</a>.
-<a
href="https://www.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.asc">signature</a>.</p>
+<p>Official <a
href="http://archive.apache.org/dyn/closer.cgi/beam/2.11.0/apache-beam-2.11.0-source-release.zip">source
code download</a>.
+<a
href="https://archive.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.sha512">SHA-512</a>.
+<a
href="https://archive.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.asc">signature</a>.</p>
<p><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344775">Release
notes</a>.</p>
<h3 id="2100-2019-02-01">2.10.0 (2019-02-01)</h3>
-<p>Official <a
href="http://www.apache.org/dyn/closer.cgi/beam/2.10.0/apache-beam-2.10.0-source-release.zip">source
code download</a>.
-<a
href="https://www.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip.sha512">SHA-512</a>.
-<a
href="https://www.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip.asc">signature</a>.</p>
+<p>Official <a
href="http://archive.apache.org/dyn/closer.cgi/beam/2.10.0/apache-beam-2.10.0-source-release.zip">source
code download</a>.
+<a
href="https://archive.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip.sha512">SHA-512</a>.
+<a
href="https://archive.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip.asc">signature</a>.</p>
<p><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344540">Release
notes</a>.</p>
diff --git a/website/generated-content/get-started/quickstart-java/index.html
b/website/generated-content/get-started/quickstart-java/index.html
index 628f02b..e58674f 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -249,7 +249,7 @@ limitations under the License.
<div class="shell-unix highlighter-rouge"><pre class="highlight"><code>$ mvn
archetype:generate \
-DarchetypeGroupId=org.apache.beam \
-DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \
- -DarchetypeVersion=2.12.0 \
+ -DarchetypeVersion=2.13.0 \
-DgroupId=org.example \
-DartifactId=word-count-beam \
-Dversion="0.1" \
@@ -261,7 +261,7 @@ limitations under the License.
<div class="shell-PowerShell highlighter-rouge"><pre
class="highlight"><code>PS> mvn archetype:generate `
-D archetypeGroupId=org.apache.beam `
-D archetypeArtifactId=beam-sdks-java-maven-archetypes-examples `
- -D archetypeVersion=2.12.0 `
+ -D archetypeVersion=2.13.0 `
-D groupId=org.example `
-D artifactId=word-count-beam `
-D version="0.1" `
diff --git a/website/generated-content/get-started/wordcount-example/index.html
b/website/generated-content/get-started/wordcount-example/index.html
index 8d87b6f..1ecc7de 100644
--- a/website/generated-content/get-started/wordcount-example/index.html
+++ b/website/generated-content/get-started/wordcount-example/index.html
@@ -1687,7 +1687,7 @@ python -m apache_beam.examples.streaming_wordcount \
<p>This example uses an unbounded dataset as input. The code reads Pub/Sub
messages from a Pub/Sub subscription or topic using
-<a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.gcp.pubsub.html#apache_beam.io.gcp.pubsub.ReadStringsFromPubSub"><code
class="highlighter-rouge">beam.io.ReadStringsFromPubSub</code></a>.</p>
+<a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.pubsub.html#apache_beam.io.gcp.pubsub.ReadStringsFromPubSub"><code
class="highlighter-rouge">beam.io.ReadStringsFromPubSub</code></a>.</p>
<div class="language-java highlighter-rouge"><pre class="highlight"><code>
<span class="c1">// This example is not currently available for the Beam SDK
for Java.</span>
</code></pre>
@@ -1713,7 +1713,7 @@ outputs.</p>
<p>This example uses an unbounded <code
class="highlighter-rouge">PCollection</code> and streams the results to
Google Pub/Sub. The code formats the results and writes them to a Pub/Sub topic
-using <a
href="https://beam.apache.org/releases/pydoc/2.12.0/apache_beam.io.gcp.pubsub.html#apache_beam.io.gcp.pubsub.WriteStringsToPubSub"><code
class="highlighter-rouge">beam.io.WriteStringsToPubSub</code></a>.</p>
+using <a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.pubsub.html#apache_beam.io.gcp.pubsub.WriteStringsToPubSub"><code
class="highlighter-rouge">beam.io.WriteStringsToPubSub</code></a>.</p>
<div class="language-java highlighter-rouge"><pre class="highlight"><code>
<span class="c1">// This example is not currently available for the Beam SDK
for Java.</span>
</code></pre>
diff --git a/website/generated-content/index.html
b/website/generated-content/index.html
index 9cbc83d..e5141a8 100644
--- a/website/generated-content/index.html
+++ b/website/generated-content/index.html
@@ -161,7 +161,7 @@ limitations under the License.
<div class="hero__ctas hero__ctas--first">
<a class="button button--primary"
href="/get-started/beam-overview/">Learn more</a>
<a class="button button--primary"
href="/get-started/try-apache-beam/">Try Beam</a>
- <a class="button button--primary"
href="/get-started/downloads/">Download Beam SDK 2.12.0</a>
+ <a class="button button--primary"
href="/get-started/downloads/">Download Beam SDK 2.13.0</a>
</div>
<div class="hero__ctas">
<a class="button" href="/get-started/quickstart-java/">Java
Quickstart</a>
@@ -340,7 +340,7 @@ limitations under the License.
</div>
<div class="ctas__ctas ctas__ctas--top">
<a class="button button--primary" href="/get-started/beam-overview/">Learn
more</a>
- <a class="button button--primary" href="/get-started/downloads/">Download
Beam SDK 2.12.0</a>
+ <a class="button button--primary" href="/get-started/downloads/">Download
Beam SDK 2.13.0</a>
</div>
<div class="ctas__ctas">
<a class="button" href="/get-started/quickstart-java/">Java Quickstart</a>