You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/09/11 16:52:42 UTC

incubator-tinkerpop git commit: removed an old note.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master a03151aa8 -> 3529aac21


removed an old note.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3529aac2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3529aac2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/3529aac2

Branch: refs/heads/master
Commit: 3529aac21233652af469848493de1a27d4a4e2be
Parents: a03151a
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Sep 11 08:53:08 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Sep 11 08:53:08 2015 -0600

----------------------------------------------------------------------
 docs/src/the-graphcomputer.asciidoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3529aac2/docs/src/the-graphcomputer.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/the-graphcomputer.asciidoc b/docs/src/the-graphcomputer.asciidoc
index 3b65413..ceab7f8 100644
--- a/docs/src/the-graphcomputer.asciidoc
+++ b/docs/src/the-graphcomputer.asciidoc
@@ -49,8 +49,6 @@ g.V().valueMap('name',PageRankVertexProgram.PAGE_RANK)
 
 NOTE: This model of "vertex-centric graph computing" was made popular by Google's link:http://googleresearch.blogspot.com/2009/06/large-scale-graph-computing-at-google.html[Pregel] graph engine. In the open source world, this model is found in OLAP graph computing systems such as link:https://giraph.apache.org/[Giraph], link:https://hama.apache.org/[Hama], and link:http://faunus.thinkaurelius.com[Faunus]. TinkerPop3 extends the popularized model with integrated post-processing <<mapreduce,MapReduce>> jobs over the vertex set.
 
-IMPORTANT: As of TinkerPop3 x.y.z, message combiners are not supported. The primary reason is that TinkerPop wants to provide a model of message combining that does not require all messages to a particular vertex to be combined. This allows for more complex message passing scenarios to exist, where multi-typed messages are possible. However, at this time, no general solution has been developed.
-
 [[mapreduce]]
 MapReduce
 ---------