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 e1bbbfb Publishing website 2021/03/16 00:03:16 at commit 56d7e1b
e1bbbfb is described below
commit e1bbbfbb7897f759910824517c332da532ebe67a
Author: jenkins <[email protected]>
AuthorDate: Tue Mar 16 00:03:16 2021 +0000
Publishing website 2021/03/16 00:03:16 at commit 56d7e1b
---
website/generated-content/documentation/index.xml | 13 ++++---------
.../generated-content/documentation/io/built-in/index.html | 2 +-
.../documentation/runtime/environments/index.html | 6 +++++-
website/generated-content/sitemap.xml | 2 +-
4 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/website/generated-content/documentation/index.xml
b/website/generated-content/documentation/index.xml
index 78db2a8..fbf52f9 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -10011,15 +10011,6 @@ ThriftIO
</tr>
<tr class="language-py">
<td>
-VcfIO
-</td>
-<td>A source for reading from <a
href="https://samtools.github.io/hts-specs/VCFv4.2.pdf">VCF files</a>
(version 4.x).</td>
-<td style="word-break: break-all;">
-<div><a target="_blank"
href="https://beam.apache.org/releases/pydoc/current/apache_beam.io.vcfio.html">apache_beam.io.vcfio</a></div>
-</td>
-</tr>
-<tr class="language-py">
-<td>
S3IO
</td>
<td>A source for reading from and writing to <a
href="https://aws.amazon.com/s3/">Amazon S3</a>.</td>
@@ -11871,6 +11862,8 @@ python -m apache_beam.examples.wordcount \
--input=/path/to/inputfile \
--output=path/to/write/counts \
--runner=FlinkRunner \
+# When running batch jobs locally, we need to reuse the container.
+--environment_cache_millis=10000 \
--environment_type=&#34;DOCKER&#34; \
--environment_config=&#34;${IMAGE_URL}&#34;</code></pre>
</div>
@@ -11888,6 +11881,8 @@ python -m apache_beam.examples.wordcount \
--input=/path/to/inputfile \
--output=path/to/write/counts \
--runner=SparkRunner \
+# When running batch jobs locally, we need to reuse the container.
+--environment_cache_millis=10000 \
--environment_type=&#34;DOCKER&#34; \
--environment_config=&#34;${IMAGE_URL}&#34;</code></pre>
</div>
diff --git a/website/generated-content/documentation/io/built-in/index.html
b/website/generated-content/documentation/io/built-in/index.html
index 9e0f526..5e470b1 100644
--- a/website/generated-content/documentation/io/built-in/index.html
+++ b/website/generated-content/documentation/io/built-in/index.html
@@ -22,7 +22,7 @@ function
openMenu(){addPlaceholder();blockScroll();}</script><div class="clearfi
<span class=language-py>pydoc</span>
<span class=language-go>Godoc</span></th></tr><tr
class=language-java><td>FileIO</td><td>General-purpose transforms for working
with files: listing files (matching), reading and writing.</td><td
style=word-break:break-all><div><a target=_blank
href=https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/FileIO.html>org.apache.beam.sdk.io.FileIO</a></div></td></tr><tr
class=language-py><td>FileIO</td><td>General-purpose transforms for working
with files: listing files (mat [...]
<a href=/documentation/io/built-in/parquet/>(guide)</a></td><td>IO for reading
from and writing to <a href=https://parquet.apache.org/>Parquet</a>
files.</td><td style=word-break:break-all><div><a target=_blank
href=https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/parquet/ParquetIO.html>org.apache.beam.sdk.io.parquet.ParquetIO</a></div></td></tr><tr
class=language-py><td>ParquetIO
-<a href=/documentation/io/built-in/parquet/>(guide)</a></td><td>IO for reading
from and writing to <a href=https://parquet.apache.org/>Parquet</a>
files.</td><td style=word-break:break-all><div><a target=_blank
href=https://beam.apache.org/releases/pydoc/current/apache_beam.io.parquetio.html>apache_beam.io.parquetio</a></div></td></tr><tr
class=language-java><td>ThriftIO</td><td>PTransforms for reading and writing
files containing <a href=https://thrift.apache.org/>Thrift</a>-encoded dat [...]
+<a href=/documentation/io/built-in/parquet/>(guide)</a></td><td>IO for reading
from and writing to <a href=https://parquet.apache.org/>Parquet</a>
files.</td><td style=word-break:break-all><div><a target=_blank
href=https://beam.apache.org/releases/pydoc/current/apache_beam.io.parquetio.html>apache_beam.io.parquetio</a></div></td></tr><tr
class=language-java><td>ThriftIO</td><td>PTransforms for reading and writing
files containing <a href=https://thrift.apache.org/>Thrift</a>-encoded dat [...]
<span class=language-py>pydoc</span>
<span class=language-go>Godoc</span></th></tr><tr
class=language-java><td>HadoopFileSystem</td><td><code>FileSystem</code>
implementation for accessing <a href=https://hadoop.apache.org/>Hadoop</a>
Distributed File System files.</td><td style=word-break:break-all><div><a
target=_blank
href=https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/hdfs/HadoopFileSystemRegistrar.html>org.apache.beam.sdk.io.hdfs.HadoopFileSystemRegistrar</a></div></td></tr><tr
class=language-p [...]
<span class=language-py>pydoc</span>
diff --git
a/website/generated-content/documentation/runtime/environments/index.html
b/website/generated-content/documentation/runtime/environments/index.html
index a126d9a..a87e835 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -90,6 +90,8 @@ python -m apache_beam.examples.wordcount \
--input=/path/to/inputfile \
--output=path/to/write/counts \
--runner=FlinkRunner \
+# When running batch jobs locally, we need to reuse the container.
+--environment_cache_millis=10000 \
--environment_type="DOCKER" \
--environment_config="${IMAGE_URL}"</code></pre></div></div><div
class=snippet><div class="notebook-skip code-snippet without_switcher"><a
class=copy type=button data-bs-toggle=tooltip data-bs-placement=bottom
title="Copy to clipboard"><img src=/images/copy-icon.svg></a><pre><code>export
IMAGE="my-repo/beam_python_sdk_custom"
export TAG="X.Y.Z"
@@ -100,6 +102,8 @@ python -m apache_beam.examples.wordcount \
--input=/path/to/inputfile \
--output=path/to/write/counts \
--runner=SparkRunner \
+# When running batch jobs locally, we need to reuse the container.
+--environment_cache_millis=10000 \
--environment_type="DOCKER" \
--environment_config="${IMAGE_URL}"</code></pre></div></div><div
class=snippet><div class="notebook-skip code-snippet without_switcher"><a
class=copy type=button data-bs-toggle=tooltip data-bs-placement=bottom
title="Copy to clipboard"><img src=/images/copy-icon.svg></a><pre><code>export
GCS_PATH="gs://my-gcs-bucket"
export GCP_PROJECT="my-gcp-project"
@@ -134,7 +138,7 @@ accessed by any third-party service, if
needed.</li><li>Local runners attempt to
images. If an image cannot be pulled locally (by the docker daemon),
you may see an log message like:<pre><code>Error response from daemon:
manifest for remote.repo/beam_python3.7_sdk:2.25.0-custom not found: manifest
unknown: ...
INFO:apache_beam.runners.portability.fn_api_runner.worker_handlers:Unable to
pull image...
-</code></pre></li></ul><div class=feedback><p class=update>Last updated on
2020/12/17</p><h3>Have you found everything you were looking for?</h3><p
class=description>Was it all useful and clear? Is there anything that you would
like to change? Let us know!</p><button class=load-button><a
href="mailto:[email protected]?subject=Beam Website Feedback">SEND
FEEDBACK</a></button></div></div></div><footer class=footer><div
class=footer__contained><div class=footer__cols><div class="footer__c [...]
+</code></pre></li></ul><div class=feedback><p class=update>Last updated on
2021/03/15</p><h3>Have you found everything you were looking for?</h3><p
class=description>Was it all useful and clear? Is there anything that you would
like to change? Let us know!</p><button class=load-button><a
href="mailto:[email protected]?subject=Beam Website Feedback">SEND
FEEDBACK</a></button></div></div></div><footer class=footer><div
class=footer__contained><div class=footer__cols><div class="footer__c [...]
<a href=http://www.apache.org>The Apache Software Foundation</a>
| <a href=/privacy_policy>Privacy Policy</a>
| <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam
logo, and the Apache feather logo are either registered trademarks or
trademarks of The Apache Software Foundation. All other products or name brands
are trademarks of their respective holders, including The Apache Software
Foundation.</div></div></div></div></footer></body></html>
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index 7d589ae..7f6705f 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.28.0/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-02-23T13:40:55+01:00</lastmod></url><url><loc>/blog/k
[...]
\ 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.28.0/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-02-23T13:40:55+01:00</lastmod></url><url><loc>/blog/k
[...]
\ No newline at end of file