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 2019/01/14 23:11:51 UTC

[beam] branch asf-site updated: Publishing website 2019/01/14 23:11:46 at commit 25bd43e

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 2bf9d99  Publishing website 2019/01/14 23:11:46 at commit 25bd43e
2bf9d99 is described below

commit 2bf9d9939a87f3b05cd9bc4b4180d1ca55d2e710
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Jan 14 23:11:46 2019 +0000

    Publishing website 2019/01/14 23:11:46 at commit 25bd43e
---
 website/generated-content/blog/2017/08/16/splittable-do-fn.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 de51992..03ce999 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
@@ -190,7 +190,7 @@ implementations are simply mini-pipelines (composite <code class="highlighter-ro
 basic Beam <code class="highlighter-rouge">ParDo</code> and <code class="highlighter-rouge">GroupByKey</code> primitives. For example,
 <code class="highlighter-rouge">ElasticsearchIO.write()</code>
 <a href="https://github.com/apache/beam/blob/f7e8f886c91ea9d0b51e00331eeb4484e2f6e000/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java#L783">expands</a>
-into a single <code class="highlighter-rouge">ParDo</code> with some batching for performance; <code class="highlighter-rouge">JdcbIO.read()</code>
+into a single <code class="highlighter-rouge">ParDo</code> with some batching for performance; <code class="highlighter-rouge">JdbcIO.read()</code>
 <a href="https://github.com/apache/beam/blob/f7e8f886c91ea9d0b51e00331eeb4484e2f6e000/sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java#L329">expands</a>
 into <code class="highlighter-rouge">Create.of(query)</code>, a reshuffle to <a href="https://cloud.google.com/dataflow/service/dataflow-service-desc#preventing-fusion">prevent
 fusion</a>,