incubator-tinkerpop git commit: Giraph integration tests are passing now. @spmallette and I chatted tonight and came up with some good ideas regarding how to leverage HaltedTraverserStrategy for both

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1310 e6f2caa89 -> f78d1cb63 Giraph integration tests are passing now. @spmallette and I chatted tonight and came up with some good ideas regarding how to leverage HaltedTraverserStrategy for both OLTP and OLAP. In short, '

incubator-tinkerpop git commit: lots of more documentation on TraversalVertexProgram and I really combed through the code and was able to find numerous minor optimizations here and there.

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1310 7255844c0 -> e6f2caa89 lots of more documentation on TraversalVertexProgram and I really combed through the code and was able to find numerous minor optimizations here and there. Project: http://git-wip-us.apache.or

[incubator-tinkerpop] Git Push Summary

2016-05-25 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-818 [deleted] 40df5184d

incubator-tinkerpop git commit: Fixed the previous commit. We don't want to increase the step offset, but decrease the traversal size, after removing steps from a traversal.

2016-05-25 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 5751456fc -> 3f9a256db Fixed the previous commit. We don't want to increase the step offset, but decrease the traversal size, after removing steps from a traversal. Project: http://git-wip-us.apache.org/repos/asf/inc

incubator-tinkerpop git commit: Increase step offset by 2 if `foo.count().is(0)` was replaced by `not(foo)`.

2016-05-25 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 5f5a0f372 -> 5751456fc Increase step offset by 2 if `foo.count().is(0)` was replaced by `not(foo)`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/

incubator-tinkerpop git commit: Tweaked `RangeByIsCountStrategy`. The pattern `outE().count().is(0)` is now replaced by `not(outE())`

2016-05-25 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 [created] 5f3305315 Tweaked `RangeByIsCountStrategy`. The pattern `outE().count().is(0)` is now replaced by `not(outE())` Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-w

incubator-tinkerpop git commit: Updated CHANGELOG

2016-05-25 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1312 5f3305315 -> 5f5a0f372 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/5f5a0f37 Tree: http://git-wi

[2/6] incubator-tinkerpop git commit: came up with a nifty trick and now OLD and NEW group() are much closer in time. 432ms vs 456ms. Given that the solution is no longer an NPE in nested groups in OL

2016-05-25 Thread okram
came up with a nifty trick and now OLD and NEW group() are much closer in time. 432ms vs 456ms. Given that the solution is no longer an NPE in nested groups in OLAP -- this minor time hit is worth it. :). Running integration tests over night. Project: http://git-wip-us.apache.org/repos/asf/inc

[1/2] incubator-tinkerpop git commit: minor tweak. need to work in another branch.

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1310 b72ea666c -> 3978e7bda minor tweak. need to work in another 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/1

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

2016-05-25 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/6113c928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6113c928 Diff: http://git-wip-us.apache.org/repos/a

[3/6] incubator-tinkerpop git commit: some code clean up/organization and added a more complex group() nesting that requires an OLAP walk and an OLTP walk. Also found a bunch of HadoopGraph tests that

2016-05-25 Thread okram
some code clean up/organization and added a more complex group() nesting that requires an OLAP walk and an OLTP walk. Also found a bunch of HadoopGraph tests that were needlessly being Opt_Out'd -- fixed. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://g

[4/6] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1307

2016-05-25 Thread okram
Merge branch 'master' into TINKERPOP-1307 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4318b6c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4318b6c4 Diff: http://git-wi

[1/6] incubator-tinkerpop git commit: fixed the NPE that occurs in OLAP when you have a local/OLTP group() nested within an OLAP group(). The solution is elegant, but the problem, its not as efficient

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1310 3978e7bda -> 7255844c0 fixed the NPE that occurs in OLAP when you have a local/OLTP group() nested within an OLAP group(). The solution is elegant, but the problem, its not as efficient as the code when we had the NPE

[2/2] incubator-tinkerpop git commit: lots of documentation on TraversalVertexProgram and got HaltedTraveserFactoryStrategy tested and optimized.

2016-05-25 Thread okram
lots of documentation on TraversalVertexProgram and got HaltedTraveserFactoryStrategy tested and optimized. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3978e7bd Tree: http://git-wip-us.apache.

[6/6] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1310

2016-05-25 Thread okram
Merge branch 'master' into TINKERPOP-1310 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7255844c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7255844c Diff: http://git-wi

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

2016-05-25 Thread okram
Merge remote-tracking branch 'origin/TINKERPOP-1088' 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/55a509f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/55a509f

[3/5] incubator-tinkerpop git commit: some code clean up/organization and added a more complex group() nesting that requires an OLAP walk and an OLTP walk. Also found a bunch of HadoopGraph tests that

2016-05-25 Thread okram
some code clean up/organization and added a more complex group() nesting that requires an OLAP walk and an OLTP walk. Also found a bunch of HadoopGraph tests that were needlessly being Opt_Out'd -- fixed. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://g

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

2016-05-25 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/6113c928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6113c928 Diff: http://git-wip-us.apache.org/repos/a

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

2016-05-25 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/6113c928 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6113c928 Diff: http://git-wip-us.apache.org/repos/a

[1/5] incubator-tinkerpop git commit: fixed the NPE that occurs in OLAP when you have a local/OLTP group() nested within an OLAP group(). The solution is elegant, but the problem, its not as efficient

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/master afd40488f -> 6113c9283 fixed the NPE that occurs in OLAP when you have a local/OLTP group() nested within an OLAP group(). The solution is elegant, but the problem, its not as efficient as the code when we had the NPE dar

[4/5] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1307

2016-05-25 Thread okram
Merge branch 'master' into TINKERPOP-1307 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4318b6c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4318b6c4 Diff: http://git-wi

[1/7] incubator-tinkerpop git commit: Fixes a problem where cardinality is better respected with subgraph step.

2016-05-25 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1307 085be9469 -> 6113c9283 Fixes a problem where cardinality is better respected with subgraph step. SubgraphStep now consults the parent graph features to determine cardinality of a property. Project: http://git-wip-us

[2/5] incubator-tinkerpop git commit: came up with a nifty trick and now OLD and NEW group() are much closer in time. 432ms vs 456ms. Given that the solution is no longer an NPE in nested groups in OL

2016-05-25 Thread okram
came up with a nifty trick and now OLD and NEW group() are much closer in time. 432ms vs 456ms. Given that the solution is no longer an NPE in nested groups in OLAP -- this minor time hit is worth it. :). Running integration tests over night. Project: http://git-wip-us.apache.org/repos/asf/inc

[6/7] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1307

2016-05-25 Thread okram
Merge branch 'master' into TINKERPOP-1307 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4318b6c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4318b6c4 Diff: http://git-wi

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

2016-05-25 Thread okram
Merge remote-tracking branch 'origin/tp31' Conflicts: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SubgraphTest.java Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

[5/7] incubator-tinkerpop git commit: This closes #195

2016-05-25 Thread okram
This closes #195 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/afd40488 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/afd40488 Diff: http://git-wip-us.apache.org/repos/asf

[4/7] incubator-tinkerpop git commit: This closes #233

2016-05-25 Thread okram
This closes #233 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/366edb3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/366edb3b Diff: http://git-wip-us.apache.org/repos/asf