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 2015/04/28 14:27:55 UTC

[9/9] incubator-tinkerpop git commit: Drop the *-vertices.ldjson files.

Drop the *-vertices.ldjson files.

The standard graph files are now just adjacency lists - basically duplicates of the ldjson files at this point.  Added an explicitly typed version of the grateful dead graph.


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

Branch: refs/heads/master
Commit: ccc9c94a454b046ad0634ff2d9ce47ca62a1d81e
Parents: 10cff84
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Apr 28 08:26:23 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Apr 28 08:26:23 2015 -0400

----------------------------------------------------------------------
 data/grateful-dead-typed.json                   |  808 +++++++++
 data/grateful-dead-vertices.kryo                |  Bin 331418 -> 0 bytes
 data/grateful-dead-vertices.ldjson              |  808 ---------
 data/grateful-dead.json                         | 1616 +++++++++---------
 data/tinkerpop-classic-vertices.kryo            |  Bin 723 -> 0 bytes
 data/tinkerpop-classic-vertices.ldjson          |    6 -
 data/tinkerpop-crew-vertices.kryo               |  Bin 1380 -> 0 bytes
 data/tinkerpop-crew-vertices.ldjson             |    6 -
 data/tinkerpop-modern-vertices.kryo             |  Bin 775 -> 0 bytes
 data/tinkerpop-modern-vertices.ldjson           |    6 -
 .../io/graphson/grateful-dead-typed.json        |  808 +++++++++
 .../io/graphson/grateful-dead-vertices.ldjson   |  808 ---------
 .../structure/io/graphson/grateful-dead.json    | 1616 +++++++++---------
 .../graphson/tinkerpop-classic-vertices.ldjson  |    6 -
 .../io/graphson/tinkerpop-crew-vertices.ldjson  |    6 -
 .../graphson/tinkerpop-modern-vertices.ldjson   |    6 -
 .../io/gryo/grateful-dead-vertices.kryo         |  Bin 331418 -> 0 bytes
 .../io/gryo/tinkerpop-classic-vertices.kryo     |  Bin 723 -> 0 bytes
 .../io/gryo/tinkerpop-crew-vertices.kryo        |  Bin 1380 -> 0 bytes
 .../io/gryo/tinkerpop-modern-vertices.kryo      |  Bin 775 -> 0 bytes
 .../gremlin/hadoop/HadoopGraphProvider.java     |   26 +-
 .../GraphSONRecordReaderWriterTest.java         |    2 +-
 .../io/gryo/GryoRecordReaderWriterTest.java     |    2 +-
 tinkergraph-gremlin/pom.xml                     |    1 -
 .../structure/IoDataGenerationTest.java         |   74 +-
 25 files changed, 3252 insertions(+), 3353 deletions(-)
----------------------------------------------------------------------