You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/12/03 18:40:20 UTC

incubator-beam git commit: BEAM-1083: Removing the link for the DatastoreWordCount in the README

Repository: incubator-beam
Updated Branches:
  refs/heads/master a13024c40 -> 8f712fd62


BEAM-1083: Removing the link for the DatastoreWordCount in the README


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8f712fd6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8f712fd6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/8f712fd6

Branch: refs/heads/master
Commit: 8f712fd6291803bfcda312ad7c31cb5c811c6508
Parents: a13024c
Author: Neelesh Srinivas Salian <ns...@cloudera.com>
Authored: Sat Dec 3 09:08:54 2016 -0800
Committer: Neelesh Srinivas Salian <ns...@cloudera.com>
Committed: Sat Dec 3 09:08:54 2016 -0800

----------------------------------------------------------------------
 .../java/src/main/java/org/apache/beam/examples/cookbook/README.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8f712fd6/examples/java/src/main/java/org/apache/beam/examples/cookbook/README.md
----------------------------------------------------------------------
diff --git a/examples/java/src/main/java/org/apache/beam/examples/cookbook/README.md b/examples/java/src/main/java/org/apache/beam/examples/cookbook/README.md
index e709955..105fb4b 100644
--- a/examples/java/src/main/java/org/apache/beam/examples/cookbook/README.md
+++ b/examples/java/src/main/java/org/apache/beam/examples/cookbook/README.md
@@ -37,8 +37,6 @@ larger Dataflow pipeline. They include:
   transform, which lets you combine the values in a key-grouped
   <code>PCollection</code>.
   </li>
-  <li><a href="https://github.com/GoogleCloudPlatform/DataflowJavaSDK/blob/master/examples/src/main/java/com/google/cloud/dataflow/examples/cookbook/DatastoreWordCount.java">DatastoreWordCount</a>
-  &mdash; An example that shows you how to read from Google Cloud Datastore.</li>
   <li><a href="https://github.com/apache/incubator-beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/cookbook/DistinctExample.java">DistinctExample</a>
   &mdash; An example that uses Shakespeare's plays as plain text files, and
   removes duplicate lines across all the files. Demonstrates the