You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2017/10/25 22:17:40 UTC

[beam-site] branch asf-site updated (efdc471 -> 2be51a6)

This is an automated email from the ASF dual-hosted git repository.

jkff pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from efdc471  Prepare repository for deployment.
     new 627c843  Add RedisIO in the built-in set
     new c8d7858  Regenerate website
     new 2be51a6  This closes #334: Add RedisIO in the built-in set

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/documentation/io/built-in/index.html | 5 +----
 src/documentation/io/built-in.md             | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 02/03: Regenerate website

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit c8d7858e4c35a646ff9c44e8d7d8bd15a7983d11
Author: Eugene Kirpichov <ki...@google.com>
AuthorDate: Wed Oct 25 15:16:57 2017 -0700

    Regenerate website
---
 content/documentation/io/built-in/index.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/content/documentation/io/built-in/index.html b/content/documentation/io/built-in/index.html
index 39ce7bf..5bd86c4 100644
--- a/content/documentation/io/built-in/index.html
+++ b/content/documentation/io/built-in/index.html
@@ -188,6 +188,7 @@
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore">Google Cloud Datastore</a></p>
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/jdbc">JDBC</a></p>
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/mongodb">MongoDB</a></p>
+    <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/redis">Redis</a></p>
   </td>
 </tr>
 <tr>
@@ -264,10 +265,6 @@
     <td><a href="https://issues.apache.org/jira/browse/BEAM-1240">BEAM-1240</a></td>
   </tr>
   <tr>
-    <td>Redis</td><td>Java</td>
-    <td><a href="https://issues.apache.org/jira/browse/BEAM-1017">BEAM-1017</a></td>
-  </tr>
-  <tr>
     <td>RestIO</td><td>Java</td>
     <td><a href="https://issues.apache.org/jira/browse/BEAM-1946">BEAM-1946</a></td>
   </tr>

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/03: Add RedisIO in the built-in set

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 627c84382845beb919fb73a9d4fe1cae175ad637
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 17 11:06:53 2017 +0200

    Add RedisIO in the built-in set
---
 src/documentation/io/built-in.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/documentation/io/built-in.md b/src/documentation/io/built-in.md
index 552242d..1541f07 100644
--- a/src/documentation/io/built-in.md
+++ b/src/documentation/io/built-in.md
@@ -49,6 +49,7 @@ Consult the [Programming Guide I/O section]({{site.baseurl }}/documentation/prog
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore">Google Cloud Datastore</a></p>
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/jdbc">JDBC</a></p>
     <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/mongodb">MongoDB</a></p>
+    <p><a href="https://github.com/apache/beam/tree/master/sdks/java/io/redis">Redis</a></p>
   </td>
 </tr>
 <tr>
@@ -125,10 +126,6 @@ This table contains I/O transforms that are currently planned or in-progress. St
     <td><a href="https://issues.apache.org/jira/browse/BEAM-1240">BEAM-1240</a></td>
   </tr>
   <tr>
-    <td>Redis</td><td>Java</td>
-    <td><a href="https://issues.apache.org/jira/browse/BEAM-1017">BEAM-1017</a></td>
-  </tr>
-  <tr>
     <td>RestIO</td><td>Java</td>
     <td><a href="https://issues.apache.org/jira/browse/BEAM-1946">BEAM-1946</a></td>
   </tr>

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 03/03: This closes #334: Add RedisIO in the built-in set

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 2be51a6ae189c73bbfed0d7b3ea9fbf0f8b79914
Merge: efdc471 c8d7858
Author: Eugene Kirpichov <ki...@google.com>
AuthorDate: Wed Oct 25 15:17:14 2017 -0700

    This closes #334: Add RedisIO in the built-in set

 content/documentation/io/built-in/index.html | 5 +----
 src/documentation/io/built-in.md             | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.