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/12 16:33:15 UTC

[47/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/228e578f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/228e578f
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/228e578f

Branch: refs/heads/TINKERPOP-1427
Commit: 228e578f89b82c633424ff2e59a068c58adc6971
Parents: 3dc0b03
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jul 10 13:42:44 2017 -0600
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jul 12 12:31:56 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(-)
----------------------------------------------------------------------