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/04/08 18:53:59 UTC

[5/5] incubator-tinkerpop git commit: Merge branch 'star_graph'

Merge branch 'star_graph'


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

Branch: refs/heads/master
Commit: 97d2badaa505248dd95fb71c0a4d9a77900066bc
Parents: a05e8e5 65b4596
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Apr 8 10:53:45 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Apr 8 10:53:45 2015 -0600

----------------------------------------------------------------------
 .../gremlin/structure/util/star/StarGraph.java  | 639 +++++++++++++++++++
 hadoop-gremlin/pom.xml                          |   5 -
 .../process/computer/spark/SparkExecutor.java   |   7 +-
 .../hadoop/structure/io/VertexWritable.java     |  11 +-
 .../io/graphson/GraphSONRecordReader.java       |   8 +-
 .../structure/io/gryo/GryoRecordReader.java     |   9 +-
 .../structure/io/script/ScriptRecordReader.java |   6 +-
 .../tinkergraph/structure/TinkerProperty.java   |   3 +
 .../tinkergraph/structure/TinkerGraphTest.java  |  18 +-
 9 files changed, 668 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/97d2bada/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java
----------------------------------------------------------------------