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 2016/06/15 13:42:14 UTC

[18/18] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

Merge branch 'master' into TINKERPOP-1278


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

Branch: refs/heads/TINKERPOP-1278
Commit: aeec72c48c82880566a8656efc9df0b94408bfae
Parents: 9a16f76 c1b4dae
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Jun 15 07:38:26 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Jun 15 07:38:26 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   2 +
 docs/src/recipes/centrality.asciidoc            |  24 +++-
 .../reference/implementations-hadoop.asciidoc   |  10 +-
 .../process/computer/GiraphGraphComputer.java   |  53 +++----
 .../structure/io/graphml/GraphMLReader.java     |   3 +-
 .../tinkerpop/gremlin/driver/ResultQueue.java   |   2 +-
 .../step/map/GroovyPropertiesTest.groovy        |   6 +
 .../traversal/step/map/PropertiesTest.java      |  53 ++++++-
 .../tinkerpop/gremlin/structure/io/IoTest.java  |  40 ++++++
 .../io/graphml/tinkerpop-no-edge-labels.xml     |  25 ++++
 .../computer/AbstractHadoopGraphComputer.java   |  63 ++++++--
 .../groovy/plugin/HadoopGremlinPluginCheck.java | 142 +++++++++++++++++++
 .../process/computer/SparkGraphComputer.java    |  28 +---
 13 files changed, 369 insertions(+), 82 deletions(-)
----------------------------------------------------------------------