[03/15] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers

2016-06-02 Thread okram
Fixed some bad refactoring of GryoMessageSerializers Added back a constructor that got accidentally removed. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/aa673db1 Tree:

[01/15] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`.

2016-06-02 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 89785f4bb -> fc5e2cbef Update "current" links as part of `bin/publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[15/15] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-06-02 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/fc5e2cbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/fc5e2cbe Diff:

[13/15] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-02 Thread okram
Merge branch 'tp31' Resolved Conflicts: README.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90793661 Tree:

[12/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31

2016-06-02 Thread okram
Merge branch 'TINKERPOP-1003' into 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/029f56b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/029f56b7 Diff:

[04/15] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR

2016-06-02 Thread okram
Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3e04f4bb Tree:

incubator-tinkerpop git commit: implemented gremlin_rest_driver and now have it working with Gremlin-Python. All done.

2016-06-03 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 ed91e8291 -> 2bce67b96 implemented gremlin_rest_driver and now have it working with Gremlin-Python. All done. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

incubator-tinkerpop git commit: if the RESTServer response is not 200, then a BaseException is raised.

2016-06-03 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 2bce67b96 -> 99632a39b if the RESTServer response is not 200, then a BaseException is raised. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[2/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I w

2016-06-02 Thread okram
got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think by days end tomorrow, Gremlin-Python against GremlinServer will be a thing.

[1/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python varia

2016-06-03 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 99632a39b -> a938e5084 http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/a938e508/docs/static/resources/gremlin-python.py -- diff --git

[2/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python varia

2016-06-03 Thread okram
Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python variant is available. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

incubator-tinkerpop git commit: got bindings to work. what a nightmare. had to use call stack introspection to get the local variable field of the calling class. insane -- though I know more about the

2016-06-03 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 a938e5084 -> 8c59f790b got bindings to work. what a nightmare. had to use call stack introspection to get the local variable field of the calling class. insane -- though I know more about the Python VM and how to do

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:

[1/2] incubator-tinkerpop git commit: added Graph.traversal(Translator). A translator is able to translate a Java traversal into any other language -- for example -- gremlin-python. Moreover, for doin

2016-06-08 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 d175894d6 -> 47e71228f http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/47e71228/gremlin-variant/src/test/java/org/apache/tinkerpop/gremlin/process/variant/VariantGraphTraversal.java

[1/2] incubator-tinkerpop git commit: Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tink

2016-06-09 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 47e71228f -> 97b12a405 http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/97b12a40/gremlin-variant/src/test/java/org/apache/tinkerpop/gremlin/groovy/GroovyProcessComputerTest.java

[07/50] [abbrv] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR

2016-06-08 Thread okram
Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2339003b Tree:

[30/50] [abbrv] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working.

2016-06-08 Thread okram
Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/e7003635 Tree:

[25/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322'

2016-06-08 Thread okram
Merge remote-tracking branch 'origin/TINKERPOP-1322' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/092dcb99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/092dcb99 Diff:

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

2016-06-08 Thread okram
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/cda11fd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/cda11fd2 Diff:

[08/50] [abbrv] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR

2016-06-08 Thread okram
Fixed up hardcoded links in docs CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3185ee24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3185ee24 Diff:

[11/50] [abbrv] incubator-tinkerpop git commit: This closes #71

2016-06-08 Thread okram
This closes #71 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/c5f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/c5f2 Diff:

[38/50] [abbrv] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cl

2016-06-08 Thread okram
removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- minor configuration changes. Project:

[26/50] [abbrv] incubator-tinkerpop git commit: This closes #314

2016-06-08 Thread okram
This closes #314 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/55eb1e64 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/55eb1e64 Diff:

[18/50] [abbrv] incubator-tinkerpop git commit: Added another example to "between vertices" recipes CTR

2016-06-08 Thread okram
Added another example to "between vertices" recipes CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/cb4fae19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/cb4fae19

[42/50] [abbrv] incubator-tinkerpop git commit: This closes #331

2016-06-08 Thread okram
This closes #331 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7b88477b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7b88477b Diff:

[16/50] [abbrv] incubator-tinkerpop git commit: Kryo shim refactoring and documentation

2016-06-08 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

[50/50] [abbrv] incubator-tinkerpop git commit: Provided a better exception when not supplying the correct number of key/values to a Parameters. Fixed #TINKERPOP-1324. CTR.

2016-06-08 Thread okram
Provided a better exception when not supplying the correct number of key/values to a Parameters. Fixed #TINKERPOP-1324. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/913c9074 Tree:

[04/50] [abbrv] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers

2016-06-08 Thread okram
Fixed some bad refactoring of GryoMessageSerializers Added back a constructor that got accidentally removed. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/aa673db1 Tree:

[32/50] [abbrv] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper.

2016-06-08 Thread okram
worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90e31599 Tree:

[12/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-08 Thread okram
Merge branch 'tp31' Resolved Conflicts: README.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90793661 Tree:

[34/50] [abbrv] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust.

2016-06-08 Thread okram
made SparkHadoopGraphProvider more robust. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/08040f80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/08040f80 Diff:

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

2016-06-08 Thread okram
Merge remote-tracking branch 'origin/tp31' Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7c585e0c Tree:

[41/50] [abbrv] incubator-tinkerpop git commit: This closes #325

2016-06-08 Thread okram
This closes #325 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/54199593 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/54199593 Diff:

[24/50] [abbrv] incubator-tinkerpop git commit: Fix MonthDay serializer

2016-06-08 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:

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

2016-06-08 Thread okram
Merge remote-tracking branch 'origin/tp31' Conflicts: docs/src/dev/developer/contributing.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/af98ba16 Tree:

[03/50] [abbrv] incubator-tinkerpop git commit: much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) a

2016-06-08 Thread okram
much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only check for lambdas on the child traversal. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

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

2016-06-08 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:

[23/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-08 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:

[31/50] [abbrv] 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

2016-06-08 Thread okram
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: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

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

2016-06-08 Thread okram
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/7386035f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7386035f Diff:

[39/50] [abbrv] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @da

2016-06-08 Thread okram
renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[14/50] [abbrv] incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler

2016-06-08 Thread okram
Added ConfigurationCustomizerCompiler This CustomizerCompiler implementation makes it possible to set low-level configurations in the GremlinGroovyScriptEngine on the Groovy CompilerConfiguration which ultimately controls script compilation settings used by the classloader. Project:

[02/50] [abbrv] incubator-tinkerpop git commit: GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialize

2016-06-08 Thread okram
GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then revert back to 3.2.0 behavior and simply propagate traverser sets instead of doing lazy barrier reductions when sets grow. Added a test

[33/50] [abbrv] incubator-tinkerpop git commit: remove uneeded import.

2016-06-08 Thread okram
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: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/359f04bb Diff:

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

2016-06-08 Thread okram
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/d02562cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d02562cb Diff:

[47/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG

2016-06-08 Thread okram
updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2f1dc3ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2f1dc3ea Diff:

[22/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-08 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

incubator-tinkerpop git commit: more work on gremlin-variants.asciidoc. In particular, added some graphics and filled out the text a bit better around Gremlin-Python.

2016-06-07 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 a67e6d692 -> d175894d6 more work on gremlin-variants.asciidoc. In particular, added some graphics and filled out the text a bit better around Gremlin-Python. Project:

incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR.

2016-06-07 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 2c7b1f92b -> 3aa0e374c renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. Project:

[15/18] 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-07 Thread okram
split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

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

2016-06-07 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

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

2016-06-07 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

[13/18] incubator-tinkerpop git commit: remove uneeded import.

2016-06-07 Thread okram
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: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/359f04bb Diff:

[17/18] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321'

2016-06-07 Thread okram
Merge branch 'TINKERPOP-1321' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4bb9f36a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4bb9f36a Diff:

[18/18] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner wa

2016-06-07 Thread okram
removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- minor configuration changes. Project:

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

2016-06-07 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 406956db5 -> 2c7b1f92b http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ef528697/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphSerializer.java

[10/18] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working.

2016-06-07 Thread okram
Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/e7003635 Tree:

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

2016-06-07 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:

[12/18] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper.

2016-06-07 Thread okram
worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90e31599 Tree:

[14/18] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust.

2016-06-07 Thread okram
made SparkHadoopGraphProvider more robust. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/08040f80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/08040f80 Diff:

[08/18] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks

2016-06-07 Thread okram
TINKERPOP-1321 Shim change and test 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/88ac3047 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/88ac3047 Diff:

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: http://svn.apache.org/viewvc

[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:

[10/34] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-07 Thread okram
Merge branch '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/f24e3585 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f24e3585 Diff:

[16/34] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-07 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:

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

2016-06-07 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 fb29b25f0 -> 5ab566cff http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ef528697/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphSerializer.java

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

2016-06-07 Thread okram
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:

[03/34] incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler

2016-06-07 Thread okram
Added ConfigurationCustomizerCompiler This CustomizerCompiler implementation makes it possible to set low-level configurations in the GremlinGroovyScriptEngine on the Groovy CompilerConfiguration which ultimately controls script compilation settings used by the classloader. Project:

[26/34] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper.

2016-06-07 Thread okram
worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90e31599 Tree:

[20/34] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks

2016-06-07 Thread okram
TINKERPOP-1321 Shim change and test 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/88ac3047 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/88ac3047 Diff:

[33/34] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CT

2016-06-07 Thread okram
renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

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

2016-06-07 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:

[17/34] incubator-tinkerpop git commit: Fix MonthDay serializer

2016-06-07 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:

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

2016-06-07 Thread okram
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/dac7f114 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/dac7f114 Diff:

[18/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322'

2016-06-07 Thread okram
Merge remote-tracking branch 'origin/TINKERPOP-1322' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/092dcb99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/092dcb99 Diff:

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

2016-06-07 Thread okram
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: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

[05/34] incubator-tinkerpop git commit: Kryo shim refactoring and documentation

2016-06-07 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

[06/34] incubator-tinkerpop git commit: Kryo shim refactoring and documentation

2016-06-07 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:

[15/34] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-07 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

[34/34] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-06-07 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/5ab566cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/5ab566cf Diff:

[30/34] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase.

2016-06-07 Thread okram
Use "final" where required to be consistent with rest of codebase. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/45abdcc3 Tree:

[09/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31

2016-06-07 Thread okram
Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into 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/0445e6d5 Tree:

[21/34] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan

2016-06-07 Thread okram
Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0cd31bf8 Tree:

[29/34] 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-07 Thread okram
split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit:

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

2016-06-07 Thread okram
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/d02562cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d02562cb Diff:

[28/34] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust.

2016-06-07 Thread okram
made SparkHadoopGraphProvider more robust. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/08040f80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/08040f80 Diff:

[13/34] incubator-tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR

2016-06-07 Thread okram
Added GraphTraversalSource to core javadoc. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/6e17d668 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6e17d668 Diff:

[08/34] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch

2016-06-07 Thread okram
TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/d5d2c48e Tree:

[11/34] incubator-tinkerpop git commit: The timeout function to the GremlinExecutor was not executing in the same thread as the script

2016-06-07 Thread okram
The timeout function to the GremlinExecutor was not executing in the same thread as the script This would mean that if someone were to override the timeout and they were expecting to rollback a transaction or perform some other action that needed to occur in the same thread as the script they

[19/34] incubator-tinkerpop git commit: This closes #314

2016-06-07 Thread okram
This closes #314 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/55eb1e64 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/55eb1e64 Diff:

[27/34] incubator-tinkerpop git commit: remove uneeded import.

2016-06-07 Thread okram
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: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/359f04bb Diff:

[31/34] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321'

2016-06-07 Thread okram
Merge branch 'TINKERPOP-1321' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4bb9f36a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4bb9f36a Diff:

[25/34] 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 KryoShi

2016-06-07 Thread okram
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: 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

[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:

  1   2   3   4   5   6   7   8   9   10   >