You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/09/13 13:54:11 UTC

[1/4] tinkerpop git commit: Added a warning message for BLVP.

Repository: tinkerpop
Updated Branches:
  refs/heads/master 2492a3a3c -> a879702d2


Added a warning message for BLVP.


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

Branch: refs/heads/master
Commit: 285ecbbe1bc2c4ac7777cea6987a40e99e108522
Parents: 7fa75fd
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Sep 13 00:10:03 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Sep 13 00:10:03 2016 +0200

----------------------------------------------------------------------
 docs/src/reference/the-graphcomputer.asciidoc | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/285ecbbe/docs/src/reference/the-graphcomputer.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-graphcomputer.asciidoc b/docs/src/reference/the-graphcomputer.asciidoc
index 453b62e..9cbef01 100644
--- a/docs/src/reference/the-graphcomputer.asciidoc
+++ b/docs/src/reference/the-graphcomputer.asciidoc
@@ -383,6 +383,11 @@ NOTE: A custom `BulkLoader` implementation for incremental loading should use `G
 elements (e.g. `g.addV()` instead of `graph.addVertex()`). This way the `BulkLoaderVertexProgram` is able to efficiently
 track changes in the underlying graph and can apply several optimization techniques.
 
+WARNING: Edges in the input graph must be present in both directions, e.g. from the source vertex to the target vertex
+as an out-edge and from the target vertex to the source vertex as an in-edge. This is especially important if the input
+graph is a `HadoopGraph`. `BulkLoaderVertexProgram` will likely fail with a `FastNoSuchElementException` if one of the
+edges is missing.
+
 [[traversalvertexprogram]]
 TraversalVertexProgram
 ~~~~~~~~~~~~~~~~~~~~~~


[3/4] tinkerpop git commit: Added note on Grape configuration for Gremlin-Neo4j dependency resolution

Posted by sp...@apache.org.
Added note on Grape configuration for Gremlin-Neo4j dependency resolution


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

Branch: refs/heads/master
Commit: e81f7721a29e8c2891924289463e7e942420627a
Parents: 0b11fb1
Author: Gabor Szarnyas <sz...@gmail.com>
Authored: Tue Sep 13 14:59:48 2016 +0200
Committer: Gabor Szarnyas <sz...@gmail.com>
Committed: Tue Sep 13 15:41:20 2016 +0200

----------------------------------------------------------------------
 docs/src/reference/implementations-neo4j.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e81f7721/docs/src/reference/implementations-neo4j.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-neo4j.asciidoc b/docs/src/reference/implementations-neo4j.asciidoc
index 8c63925..902295f 100644
--- a/docs/src/reference/implementations-neo4j.asciidoc
+++ b/docs/src/reference/implementations-neo4j.asciidoc
@@ -42,6 +42,8 @@ because it only references the Apache2-licensed Neo4j API (not its implementatio
 binaries. To access the binaries, use the `:install` command to download binaries from
 link:http://search.maven.org/[Maven Central Repository].
 
+TIP: For configuring Grape, the dependency resolver of Groovy, please refer to the <<gremlin-applications,Gremlin Applications>> section.
+
 [source,groovy]
 ----
 gremlin> :install org.apache.tinkerpop neo4j-gremlin x.y.z
@@ -329,4 +331,3 @@ a cluster handled by two Gremlin Servers or Neo4j Enterprise. The only limits as
 utilized are prescribed by Neo4j itself. Please refer to their
 link:http://neo4j.com/docs/operations-manual/current/#ha-setup-tutorial[documentation] for more information on how
 this feature works.
-


[4/4] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp31'


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

Branch: refs/heads/master
Commit: a879702d2f03161d5319ff3fc0d83b4908326324
Parents: 2492a3a e81f772
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Sep 13 09:54:01 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Sep 13 09:54:01 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/implementations-neo4j.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[2/4] tinkerpop git commit: Merge branch 'TINKERPOP-1264' into tp31

Posted by sp...@apache.org.
Merge branch 'TINKERPOP-1264' into tp31


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

Branch: refs/heads/master
Commit: 0b11fb1a1936da08147503820eadc0839159d581
Parents: e0de46e 285ecbb
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Sep 13 01:45:52 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Sep 13 01:45:52 2016 +0200

----------------------------------------------------------------------
 docs/src/reference/the-graphcomputer.asciidoc | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------