-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12807/
-----------------------------------------------------------
(Updated July 22, 2013, 10:20 a.m.)
Review request for giraph.
Bugs: GIRAPH-549
None
Description
-------
This patch provides support for Rexster in Giraph via an Input Format. The main
classes are RexsterVertexInputFormat and RexsterEdgeInputFormat which can be
extended by the user to implement customary InputFormats for Rexster. The patch
also includes:
(a) support for gremlin scripts
(b) tests on the example user classes
(c) a page documentation about the InputFormat and how this can be used.
Diffs
-----
Diff: https://reviews.apache.org/r/12807/diff/
Testing
-------
I tested:
(a) empty database
(b) a toy database without query
(c) a toy database using a gremlin query
I tested both with TinkerGraph and with Neo4jGraph
File Attachments (updated)
----------------
https://reviews.apache.org/media/uploaded/files/2013/07/22/GIRAPH-549_1.patch
Thanks,
Armando