You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/02/18 06:08:47 UTC

[beam] branch asf-site updated: Publishing website 2022/02/18 06:07:52 at commit 0037bf3

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 f2f8ed7  Publishing website 2022/02/18 06:07:52 at commit 0037bf3
f2f8ed7 is described below

commit f2f8ed79a558bd4917559c47e1490d068c8e9dde
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Feb 18 06:07:53 2022 +0000

    Publishing website 2022/02/18 06:07:52 at commit 0037bf3
---
 website/generated-content/blog/beam-2.36.0/index.html | 2 +-
 website/generated-content/blog/index.xml              | 2 +-
 website/generated-content/categories/blog/index.xml   | 2 +-
 website/generated-content/feed.xml                    | 2 +-
 website/generated-content/sitemap.xml                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/generated-content/blog/beam-2.36.0/index.html b/website/generated-content/blog/beam-2.36.0/index.html
index b610c13..ab26f7a 100644
--- a/website/generated-content/blog/beam-2.36.0/index.html
+++ b/website/generated-content/blog/beam-2.36.0/index.html
@@ -21,7 +21,7 @@ function blockScroll(){$("body").toggleClass("fixedPosition");}
 function openMenu(){addPlaceholder();blockScroll();}</script><div class="body__contained center no__padding content-up"><article class=post itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div class=post-info><p>blog</p><p>2022/02/07</p></div><header class=post-header><h2 itemprop="name headline">Apache Beam 2.36.0</h1><div class=post-info><span>Emily Ye</span></div></header><div class="arrow-list header-top-margin" itemprop=articleBody><p>We are happy to present [...]
 This release includes both improvements and new functionality.
 See the <a href=/get-started/downloads/#2360-2022-02-07>download page</a> for this release.</p><p>For more information on changes in 2.36.0, check out the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12350407">detailed release
-notes</a>.</p><h2 id=ios>I/Os</h2><ul><li>Support for stopReadTime on KafkaIO SDF (Java).(<a href=https://issues.apache.org/jira/browse/BEAM-13171>BEAM-13171</a>).</li></ul><h2 id=new-features--improvements>New Features / Improvements</h2><ul><li>💻 Support for ARM64 / Mac M1 out of the box. (<a href=https://issues.apache.org/jira/browse/BEAM-11703>BEAM-11703</a>).</li><li>Added support for cloudpickle as a pickling library for Python SDK (<a href=https://issues.apache.org/jira/browse/BEA [...]
+notes</a>.</p><h2 id=ios>I/Os</h2><ul><li>Support for stopReadTime on KafkaIO SDF (Java).(<a href=https://issues.apache.org/jira/browse/BEAM-13171>BEAM-13171</a>).</li></ul><h2 id=new-features--improvements>New Features / Improvements</h2><ul><li>💻 Support for ARM64 / Mac M1 out of the box. (<a href=https://issues.apache.org/jira/browse/BEAM-11703>BEAM-11703</a>).</li><li>Added support for cloudpickle as a pickling library for Python SDK (<a href=https://issues.apache.org/jira/browse/BEA [...]
 (<a href=https://issues.apache.org/jira/browse/BEAM-13421%5D>BEAM-13421</a>).</li></ul><h2 id=known-issues>Known Issues</h2><ul><li>Users may encounter an unexpected java.lang.ArithmeticException when outputting a timestamp
 for an element further than allowedSkew from an allowed DoFN skew set to a value more than
 Integer.MAX_VALUE.</li><li>See a full list of open <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20affectedVersion%20%3D%202.36.0%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC">issues that affect</a> this version.</li></ul><h2 id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, the following people contributed to the 2.36.0 release. Thank you to all contributors!</p><p>Ada Wong
diff --git a/website/generated-content/blog/index.xml b/website/generated-content/blog/index.xml
index 0c1f793..7f4703c 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -22,7 +22,7 @@ notes&lt;/a>.&lt;/p>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
 &lt;li>💻 Support for ARM64 / Mac M1 out of the box. (&lt;a href="https://issues.apache.org/jira/browse/BEAM-11703">BEAM-11703&lt;/a>).&lt;/li>
-&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickler_lib=cloudpickle&lt;/li>
+&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickle_library=cloudpickle&lt;/li>
 &lt;li>Added option to specify triggering frequency when streaming to BigQuery (Python) (&lt;a href="https://issues.apache.org/jira/browse/BEAM-12865">BEAM-12865&lt;/a>).&lt;/li>
 &lt;li>Added option to enable caching uploaded artifacts across job runs for Python Dataflow jobs (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13459">BEAM-13459&lt;/a>). To enable, set pipeline option: &amp;ndash;enable_artifact_caching, this will be enabled by default in a future release.&lt;/li>
 &lt;/ul>
diff --git a/website/generated-content/categories/blog/index.xml b/website/generated-content/categories/blog/index.xml
index 73a4c39..f1f822e 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -22,7 +22,7 @@ notes&lt;/a>.&lt;/p>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
 &lt;li>💻 Support for ARM64 / Mac M1 out of the box. (&lt;a href="https://issues.apache.org/jira/browse/BEAM-11703">BEAM-11703&lt;/a>).&lt;/li>
-&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickler_lib=cloudpickle&lt;/li>
+&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickle_library=cloudpickle&lt;/li>
 &lt;li>Added option to specify triggering frequency when streaming to BigQuery (Python) (&lt;a href="https://issues.apache.org/jira/browse/BEAM-12865">BEAM-12865&lt;/a>).&lt;/li>
 &lt;li>Added option to enable caching uploaded artifacts across job runs for Python Dataflow jobs (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13459">BEAM-13459&lt;/a>). To enable, set pipeline option: &amp;ndash;enable_artifact_caching, this will be enabled by default in a future release.&lt;/li>
 &lt;/ul>
diff --git a/website/generated-content/feed.xml b/website/generated-content/feed.xml
index 2699df3..2373c38 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -22,7 +22,7 @@ notes&lt;/a>.&lt;/p>
 &lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
 &lt;li>💻 Support for ARM64 / Mac M1 out of the box. (&lt;a href="https://issues.apache.org/jira/browse/BEAM-11703">BEAM-11703&lt;/a>).&lt;/li>
-&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickler_lib=cloudpickle&lt;/li>
+&lt;li>Added support for cloudpickle as a pickling library for Python SDK (&lt;a href="https://issues.apache.org/jira/browse/BEAM-8123">BEAM-8123&lt;/a>). To use cloudpickle, set pipeline option: &amp;ndash;pickle_library=cloudpickle&lt;/li>
 &lt;li>Added option to specify triggering frequency when streaming to BigQuery (Python) (&lt;a href="https://issues.apache.org/jira/browse/BEAM-12865">BEAM-12865&lt;/a>).&lt;/li>
 &lt;li>Added option to enable caching uploaded artifacts across job runs for Python Dataflow jobs (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13459">BEAM-13459&lt;/a>). To enable, set pipeline option: &amp;ndash;enable_artifact_caching, this will be enabled by default in a future release.&lt;/li>
 &lt;/ul>
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index 1c5c94d..53788fc 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.36.0/</loc><lastmod>2022-02-11T20:10:50-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-02-11T20:10:50-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-02-11T20:10:50-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-02-11T20:10:50-08:00</lastmod></url><url><loc>/blog/b [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.36.0/</loc><lastmod>2022-02-18T12:17:21+08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-02-18T12:17:21+08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-02-18T12:17:21+08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-02-18T12:17:21+08:00</lastmod></url><url><loc>/blog/b [...]
\ No newline at end of file