[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

[2/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
added Graph.traversal(Translator). A translator is able to translate a Java traversal into any other language -- for example -- gremlin-python. Moreover, for doing scripts to RemoteGraph, we can simply do graph.traversal(GroovyTranslator.of('g')) and the Java API will generate a Groovy string

[incubator-tinkerpop] Git Push Summary

2016-06-08 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/graphml-no-edge-label [deleted] dea0b6223

[6/8] incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR

2016-06-08 Thread spmallette
Break apart the developer docs a bit into new sections 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/0caab85d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/0caab85d

[7/8] incubator-tinkerpop git commit: updated CHANGELOG

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

incubator-tinkerpop git commit: updated CHANGELOG for the KryoShim work.

2016-06-08 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 367aae2a1 -> 76b1722f0 updated CHANGELOG for the KryoShim work. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/76b1722f

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

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

incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed

2016-06-08 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/tp31 2c092c897 -> ecbb8e8f1 Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. Project:

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

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

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

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

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

[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

[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

[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

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

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

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

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

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

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

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

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

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

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

[4/5] incubator-tinkerpop git commit: updated CHANGELOG

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

[2/5] incubator-tinkerpop git commit: updated CHANGELOG

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

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

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