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 2017/07/10 21:26:27 UTC

[45/50] [abbrv] tinkerpop git commit: GraphSONRecordReader/Writer can now be configured to use either GraphSON V2 or V3. Added a test case to verfify proper behavior of parser from GraphSON V3 on HDFS.

GraphSONRecordReader/Writer can now be configured to use either GraphSON V2 or V3. Added a test case to verfify proper behavior of parser from GraphSON V3 on HDFS.


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

Branch: refs/heads/TINKERPOP-1427
Commit: 1225bd09024db65ae0432cb347c5316fabbb32ae
Parents: 918c14b
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jul 10 13:42:44 2017 -0600
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jul 10 16:25:38 2017 -0400

----------------------------------------------------------------------
 .../io/graphson/grateful-dead-v3d0-typed.json   | 808 +++++++++++++++++++
 .../tinkerpop/gremlin/hadoop/Constants.java     |   1 +
 .../io/graphson/GraphSONRecordReader.java       |   2 +-
 .../io/graphson/GraphSONRecordWriter.java       |   2 +-
 .../gremlin/hadoop/HadoopGraphProvider.java     |   1 +
 .../structure/io/RecordReaderWriterTest.java    |   4 +
 .../GraphSONRecordReaderWriterTest.java         |  48 --
 .../GraphSONV2d0RecordReaderWriterTest.java     |  54 ++
 .../GraphSONV3d0RecordReaderWriterTest.java     |  53 ++
 9 files changed, 923 insertions(+), 50 deletions(-)
----------------------------------------------------------------------