incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test.

2016-06-06 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1321 08040f808 -> 293fe29c6 split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. Project:

svn commit: r1746998 - /incubator/tinkerpop/site/index.html

2016-06-06 Thread okram
Author: okram Date: Mon Jun 6 13:46:15 2016 New Revision: 1746998 URL: http://svn.apache.org/viewvc?rev=1746998=rev Log: small tweak to test my svn account. Modified: incubator/tinkerpop/site/index.html Modified: incubator/tinkerpop/site/index.html URL:

[4/8] incubator-tinkerpop git commit: Kryo shim refactoring and documentation

2016-06-06 Thread okram
Kryo shim refactoring and documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/218d7909 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/218d7909 Diff:

[5/8] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-06 Thread okram
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9321a3e1/spark-gremlin/src/test/java/org/apache/tinkerpop/gremlin/spark/structure/io/ToyGraphInputRDD.java -- diff --git

[7/8] incubator-tinkerpop git commit: Fix MonthDay serializer

2016-06-06 Thread okram
Fix MonthDay serializer I carelessly broke the read leg of this serializer when porting it to the shim. Ireplaced actual deserialization logic with autogenerated "return null" when inserting a method template with the shim's slightly different method signature. Trivial fix though. Project:

incubator-tinkerpop git commit: Added basic package/deploy capabilities for gremlinpython.

2016-06-06 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 0a98b9322 -> fb29b25f0 Added basic package/deploy capabilities for gremlinpython. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

incubator-tinkerpop git commit: saving for later.

2016-06-06 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1321 6a580b18b -> fc4ba8a1c saving for later. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/fc4ba8a1 Tree:

incubator-tinkerpop git commit: GryoPoolKryoShimService's use in VertexProgramHelper is causing TraversalInterruptionComputerTest to fail. However, it solves the HALTED_TRAVERSER problem generally. I

2016-06-06 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1321 4a185a376 -> 6a580b18b GryoPoolKryoShimService's use in VertexProgramHelper is causing TraversalInterruptionComputerTest to fail. However, it solves the HALTED_TRAVERSER problem generally. I have the test commented

[1/2] incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor.

2016-06-06 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 55eb1e642 -> 406956db5 Moved metrics init to Gremlin Server constructor. By moving it to the constructor, the metric init does not get bypassed if programmatically starting Gremlin Server. CTR Project:

incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor.

2016-06-06 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/tp31 6e17d668a -> f7e7df093 Moved metrics init to Gremlin Server constructor. By moving it to the constructor, the metric init does not get bypassed if programmatically starting Gremlin Server. CTR Project:

[07/10] incubator-tinkerpop git commit: Fix MonthDay serializer

2016-06-06 Thread okram
Fix MonthDay serializer I carelessly broke the read leg of this serializer when porting it to the shim. Ireplaced actual deserialization logic with autogenerated "return null" when inserting a method template with the shim's slightly different method signature. Trivial fix though. Project:

[06/10] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-06 Thread okram
Kryo shim configuration tweaks Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9321a3e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9321a3e1 Diff:

[02/10] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse

2016-06-06 Thread okram
Introduce Kryo shim to support serializer reuse Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ef528697 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ef528697 Diff:

[03/10] incubator-tinkerpop git commit: Kryo shim refactoring and documentation

2016-06-06 Thread okram
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/218d7909/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphSerializer.java -- diff --git

[05/10] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-06 Thread okram
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9321a3e1/spark-gremlin/src/test/java/org/apache/tinkerpop/gremlin/spark/structure/io/ToyGraphInputRDD.java -- diff --git

[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-06 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/406956db Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/406956db Diff:

incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimService

2016-06-06 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1321 e7003635e -> 797364cb4 VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. Project:

incubator-tinkerpop git commit: remove uneeded import.

2016-06-06 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1321 90e315996 -> 359f04bbc remove uneeded import. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/359f04bb Tree: