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 2017/07/10 19:43:12 UTC

[3/3] 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/0655211a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0655211a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0655211a

Branch: refs/heads/TINKERPOP-1427
Commit: 0655211abdaa19e0272edb95c66ecf7d71f5f252
Parents: d766f5b
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jul 10 13:42:44 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Jul 10 13:43:03 2017 -0600

----------------------------------------------------------------------
 .../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(-)
----------------------------------------------------------------------