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 db213ed Publishing website 2019/08/01 20:34:47 at commit 13c4bb6
db213ed is described below
commit db213ed9c3addcefef1a0ac5a72b9a2bef571be3
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 1 20:34:47 2019 +0000
Publishing website 2019/08/01 20:34:47 at commit 13c4bb6
---
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 | 20 ++++++++++++++------
.../get-started/quickstart-java/index.html | 4 ++--
.../get-started/wordcount-example/index.html | 4 ++--
website/generated-content/index.html | 4 ++--
48 files changed, 140 insertions(+), 132 deletions(-)
diff --git a/website/generated-content/.htaccess
b/website/generated-content/.htaccess
index ce639dc..48b5559 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.13.0$2"
+RedirectMatch "/releases/([^/]+)/current(.*)"
"https://beam.apache.org/releases/$1/2.14.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 072b602..bc8bd6f 100644
--- a/website/generated-content/blog/2016/10/20/test-stream.html
+++ b/website/generated-content/blog/2016/10/20/test-stream.html
@@ -240,7 +240,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.13.0/org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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 30e6354..b0d8536 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
@@ -253,22 +253,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.13.0/org/apache/beam/sdk/io/BoundedSource.html">BoundedSource</a>
+(<a
href="https://beam.apache.org/releases/javadoc/2.14.0/org/apache/beam/sdk/io/BoundedSource.html">BoundedSource</a>
and
-<a
href="https://beam.apache.org/releases/javadoc/2.13.0/org/apache/beam/sdk/io/UnboundedSource.html">UnboundedSource</a>)
which does
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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.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>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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.13.0/org/apache/beam/sdk/io/BoundedSource.html"><code
class="highlighter-rouge">BoundedSource</code></a>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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.13.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.14.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 ab4dddb..c5c84a5 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
@@ -220,7 +220,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.13.0/org/apache/beam/sdk/io/TextIO.html">TextIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -228,7 +228,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.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><a
href="https://beam.apache.org/releases/javadoc/2.14.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -238,7 +238,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.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><a
href="https://beam.apache.org/releases/javadoc/2.14.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -247,7 +247,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.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><a
href="https://beam.apache.org/releases/javadoc/2.14.0/org/apache/beam/sdk/io/FileIO.html">FileIO</a>
+ <a
href="https://beam.apache.org/releases/javadoc/2.14.0/org/apache/beam/sdk/io/aws/options/S3Options.html">S3Options</a>
</td>
</tr>
<tr>
@@ -255,7 +255,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.13.0/org/apache/beam/sdk/io/kafka/KafkaIO.html">KafkaIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -263,7 +263,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.13.0/org/apache/beam/sdk/io/kinesis/KinesisIO.html">KinesisIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -271,7 +271,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.13.0/org/apache/beam/sdk/io/gcp/pubsub/PubsubIO.html">PubsubIO</a>
+ <td><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -312,7 +312,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.13.0/apache_beam.io.textio.html">io.textio</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.14.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>
@@ -320,7 +320,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.13.0/apache_beam.io.hadoopfilesystem.html">io.hadoopfilesystem</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.14.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>
@@ -331,7 +331,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.13.0/apache_beam.io.gcp.gcsio.html">io.gcp.gcsio</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.14.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>
@@ -363,7 +363,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.13.0/apache_beam.io.gcp.pubsub.html">io.gcp.pubsub</a>
+ <td><a
href="https://beam.apache.org/releases/pydoc/2.14.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 b4f508c..50ab982 100644
--- a/website/generated-content/contribute/ptransform-style-guide/index.html
+++ b/website/generated-content/contribute/ptransform-style-guide/index.html
@@ -547,8 +547,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.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>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.14.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.14.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 e9008a8..f9338f9 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 c374644..3b12281 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 8fdee15..557257a 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/lexical/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 1c6d3d9..c6046d7 100644
---
a/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
+++
b/website/generated-content/documentation/dsls/sql/calcite/overview/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 d3e65c0..da2aa75 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 f0b39ab..bde4558 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 bb1a222..afeba89 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 38063b5..7404a8b 100644
---
a/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
+++
b/website/generated-content/documentation/dsls/sql/extensions/joins/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 ed78ead..f58f4f7 100644
--- a/website/generated-content/documentation/dsls/sql/extensions/set/index.html
+++ b/website/generated-content/documentation/dsls/sql/extensions/set/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 78bbfa7..8398023 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 db3fb14..ec04ce7 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
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 6dec36d..43dbe1e 100644
--- a/website/generated-content/documentation/dsls/sql/overview/index.html
+++ b/website/generated-content/documentation/dsls/sql/overview/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -299,8 +299,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.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>:
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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 a1e5fd4..6ce01eb 100644
--- a/website/generated-content/documentation/dsls/sql/shell/index.html
+++ b/website/generated-content/documentation/dsls/sql/shell/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 7f1c4a9..a1804ec 100644
--- a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
+++ b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -292,8 +292,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.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
+by its associated <a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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>
@@ -376,7 +376,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.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>
+<p><a
href="https://beam.apache.org/releases/javadoc/2.14.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 4d57858..0a669f0 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
@@ -516,7 +516,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.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">version</span><span
class="o">></span><span class="mf">2.14</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>
@@ -525,7 +525,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.13.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.html">BigQueryIO
Javadoc</a></li>
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -538,7 +538,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.13.0/apache_beam.io.gcp.bigquery.html">BigQueryIO
Pydoc</a></li>
+ <li><a
href="https://beam.apache.org/releases/pydoc/2.14.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>
@@ -588,10 +588,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.13.0/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.html">pipeline
options</a>.
+ <a
href="https://beam.apache.org/releases/javadoc/2.14.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.13.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.14.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>
@@ -625,7 +625,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.13.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.14.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
@@ -1220,7 +1220,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.13.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Method.html">Write.Method</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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 bb89f05..27619ea 100644
--- a/website/generated-content/documentation/io/developing-io-python/index.html
+++ b/website/generated-content/documentation/io/developing-io-python/index.html
@@ -477,7 +477,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.13.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.14.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>
@@ -539,7 +539,7 @@ a wrapper.</li>
</ul>
<p>You can find these classes in the
-<a
href="https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.iobase.html">apache_beam.io.iobase
module</a>.</p>
+<a
href="https://beam.apache.org/releases/pydoc/2.14.0/apache_beam.io.iobase.html">apache_beam.io.iobase
module</a>.</p>
<h3 id="implementing-the-boundedsource-subclass">Implementing the
BoundedSource subclass</h3>
@@ -725,7 +725,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.13.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.14.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 6691860..f62dca0 100644
---
a/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
+++
b/website/generated-content/documentation/pipelines/test-your-pipeline/index.html
@@ -657,7 +657,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.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><a
href="https://beam.apache.org/releases/javadoc/2.14.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>
@@ -683,7 +683,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.13.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.14.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 f539693..f1cc136 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -605,7 +605,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.13.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.14.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>
@@ -784,7 +784,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.13.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.14.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
@@ -1615,7 +1615,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.13.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.14.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
@@ -1868,7 +1868,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.13.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.14.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
@@ -1919,7 +1919,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.13.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.14.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
@@ -2430,8 +2430,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.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>
+ <li><a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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>
@@ -3018,7 +3018,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.13.0/index.html?org/apache/beam/sdk/transforms/WithTimestamps.html">WithTimestamps</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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 271011f..ff6613a 100644
--- a/website/generated-content/documentation/runners/dataflow/index.html
+++ b/website/generated-content/documentation/runners/dataflow/index.html
@@ -277,7 +277,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.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">version</span><span
class="o">></span><span class="mf">2.14</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>
@@ -415,8 +415,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.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>
+<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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 62ed2b8..237dd21 100644
--- a/website/generated-content/documentation/runners/direct/index.html
+++ b/website/generated-content/documentation/runners/direct/index.html
@@ -253,11 +253,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.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>
+ <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.14.0/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a>
and <a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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.13.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.14.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>
@@ -268,7 +268,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.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">version</span><span
class="o">></span><span class="mf">2.14</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>
@@ -281,15 +281,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.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>
+<span class="language-java"><a
href="https://beam.apache.org/releases/javadoc/2.14.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.14.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.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/ [...]
+<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.14.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 6ec3bf2..81ce773 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -390,7 +390,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.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">version</span><span
class="o">></span><span class="mf">2.14</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>
@@ -533,7 +533,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.13.0/index.html?org/apache/beam/runners/flink/FlinkPipelineOptions.html">FlinkPipelineOptions</a>
+<a
href="https://beam.apache.org/releases/javadoc/2.14.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 329b54b..b210b98 100644
--- a/website/generated-content/documentation/runners/gearpump/index.html
+++ b/website/generated-content/documentation/runners/gearpump/index.html
@@ -246,7 +246,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.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">version</span><span
class="o">></span><span class="mf">2.14</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>
@@ -266,7 +266,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.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">version</span><span
class="o">></span><span class="mf">2.14</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 6bf1424..cddb289 100644
--- a/website/generated-content/documentation/runners/jstorm/index.html
+++ b/website/generated-content/documentation/runners/jstorm/index.html
@@ -488,7 +488,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.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">version</span><span
class="o">></span><span class="mf">2.14</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 c242337..7dd5030 100644
--- a/website/generated-content/documentation/runners/mapreduce/index.html
+++ b/website/generated-content/documentation/runners/mapreduce/index.html
@@ -235,7 +235,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.13.0</version>
+ <version>2.14.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 5ce8cca..af3380f 100644
--- a/website/generated-content/documentation/runners/samza/index.html
+++ b/website/generated-content/documentation/runners/samza/index.html
@@ -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">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.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">version</span><span
class="o">></span><span class="mf">2.14</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 939fb3a..e0323ee 100644
--- a/website/generated-content/documentation/runners/spark/index.html
+++ b/website/generated-content/documentation/runners/spark/index.html
@@ -292,7 +292,7 @@ select the appropriate Runner:</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">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.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">version</span><span
class="o">></span><span class="mf">2.14</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 e2c19b0..8a30915 100644
--- a/website/generated-content/documentation/sdks/feature-comparison/index.html
+++ b/website/generated-content/documentation/sdks/feature-comparison/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 ec8b964..2dad80e 100644
--- a/website/generated-content/documentation/sdks/go/index.html
+++ b/website/generated-content/documentation/sdks/go/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 4816d20..da70697 100644
--- a/website/generated-content/documentation/sdks/java-dependencies/index.html
+++ b/website/generated-content/documentation/sdks/java-dependencies/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 3125cdf..505ea0a 100644
--- a/website/generated-content/documentation/sdks/java-extensions/index.html
+++ b/website/generated-content/documentation/sdks/java-extensions/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 5e2107d..84a782b 100644
--- a/website/generated-content/documentation/sdks/java-thirdparty/index.html
+++ b/website/generated-content/documentation/sdks/java-thirdparty/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 1e2ae18..720bd16 100644
--- a/website/generated-content/documentation/sdks/java/euphoria/index.html
+++ b/website/generated-content/documentation/sdks/java/euphoria/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -322,7 +322,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.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.
+There is
[`DocumentationExamplesTest`](/documentation/sdks/javadoc/2.14.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 1fec201..29aab03 100644
--- a/website/generated-content/documentation/sdks/java/index.html
+++ b/website/generated-content/documentation/sdks/java/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 b9fd92a..b282cb8 100644
---
a/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
+++
b/website/generated-content/documentation/sdks/java/testing/nexmark/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -553,7 +553,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.13.0.jar
+--filesToStage=target/beam-sdks-java-nexmark-2.14.0.jar
</code></pre>
</div>
@@ -1048,7 +1048,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.13.0-spark.jar \
+
sdks/java/testing/nexmark/build/libs/beam-sdks-java-nexmark-2.14.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 f417258..4c52fbc 100644
---
a/website/generated-content/documentation/sdks/python-dependencies/index.html
+++
b/website/generated-content/documentation/sdks/python-dependencies/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 2120db6..43c2f98 100644
---
a/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
+++
b/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 d6e3664..6427a67 100644
--- a/website/generated-content/documentation/sdks/python-streaming/index.html
+++ b/website/generated-content/documentation/sdks/python-streaming/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 1e34dd3..f9a0a41 100644
--- a/website/generated-content/documentation/sdks/python-type-safety/index.html
+++ b/website/generated-content/documentation/sdks/python-type-safety/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 bf3972b..fc747a3 100644
--- a/website/generated-content/documentation/sdks/python/index.html
+++ b/website/generated-content/documentation/sdks/python/index.html
@@ -172,7 +172,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.13.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/javadoc/2.14.0/"
target="_blank">Java SDK API reference <img src="/images/external-link-icon.png"
width="14" height="14"
alt="External link."></a>
</li>
@@ -187,7 +187,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.13.0/"
target="_blank">Python SDK API reference <img
src="/images/external-link-icon.png"
+ <li><a href="https://beam.apache.org/releases/pydoc/2.14.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 144d855..d5c24bf 100644
--- a/website/generated-content/get-started/downloads/index.html
+++ b/website/generated-content/get-started/downloads/index.html
@@ -215,7 +215,8 @@
</ul>
</li>
<li><a href="#api-stability">API stability</a></li>
- <li><a href="#releases">Releases</a>
+ <li><a href="#releases">Releases</a></li>
+ <li><a href="#2140-2019-07-25">2.14.0 (2019-07-25)</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>
@@ -256,7 +257,7 @@ limitations under the License.
<h1 id="apache-beam-downloads">Apache Beam™ Downloads</h1>
<blockquote>
- <p>Beam SDK 2.13.0 is the latest released version.</p>
+ <p>Beam SDK 2.14.0 is the latest released version.</p>
</blockquote>
<h2 id="using-a-central-repository">Using a central repository</h2>
@@ -271,12 +272,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.13.0</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-direct-java</artifactId>
- <version>2.13.0</version>
+ <version>2.14.0</version>
<scope>runtime</scope>
</dependency>
</code></pre>
@@ -285,7 +286,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.13.0
+<div class="highlighter-rouge"><pre class="highlight"><code>apache-beam==2.14.0
</code></pre>
</div>
@@ -320,7 +321,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.13.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.14.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
@@ -328,6 +329,13 @@ versions denoted <code
class="highlighter-rouge">0.x.y</code>.</p>
<h2 id="releases">Releases</h2>
+<h2 id="2140-2019-07-25">2.14.0 (2019-07-25)</h2>
+<p>Official <a
href="http://www.apache.org/dyn/closer.cgi/beam/2.14.0/apache-beam-2.14.0-source-release.zip">source
code download</a>.
+<a
href="https://www.apache.org/dist/beam/2.14.0/apache-beam-2.14.0-source-release.zip.sha512">SHA-512</a>.
+<a
href="https://www.apache.org/dist/beam/2.14.0/apache-beam-2.14.0-source-release.zip.asc">signature</a>.</p>
+
+<p><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345431">Release
notes</a>.</p>
+
<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>.
diff --git a/website/generated-content/get-started/quickstart-java/index.html
b/website/generated-content/get-started/quickstart-java/index.html
index 3cb5fec..2766f2f 100644
--- a/website/generated-content/get-started/quickstart-java/index.html
+++ b/website/generated-content/get-started/quickstart-java/index.html
@@ -265,7 +265,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.13.0 \
+ -DarchetypeVersion=2.14.0 \
-DgroupId=org.example \
-DartifactId=word-count-beam \
-Dversion="0.1" \
@@ -277,7 +277,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.13.0 `
+ -D archetypeVersion=2.14.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 4c4f318..3bec074 100644
--- a/website/generated-content/get-started/wordcount-example/index.html
+++ b/website/generated-content/get-started/wordcount-example/index.html
@@ -1723,7 +1723,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.13.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.14.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>
@@ -1749,7 +1749,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.13.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.14.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 182ff3f..01b7f2d 100644
--- a/website/generated-content/index.html
+++ b/website/generated-content/index.html
@@ -177,7 +177,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.13.0</a>
+ <a class="button button--primary"
href="/get-started/downloads/">Download Beam SDK 2.14.0</a>
</div>
<div class="hero__ctas">
<a class="button" href="/get-started/quickstart-java/">Java
Quickstart</a>
@@ -356,7 +356,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.13.0</a>
+ <a class="button button--primary" href="/get-started/downloads/">Download
Beam SDK 2.14.0</a>
</div>
<div class="ctas__ctas">
<a class="button" href="/get-started/quickstart-java/">Java Quickstart</a>