[jira] [Commented] (TINKERPOP-1539) Create a ComplexTraversalTest with crazy nested gnarly traversals.

2016-11-30 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710704#comment-15710704 ] Daniel Kuppitz commented on TINKERPOP-1539: --- [~okram] Do you prefer to use the good old toy

[GitHub] tinkerpop issue #507: TINKERPOP-1573: Bindings don't work in coalesce

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/507 Okay, I see what you're saying. I fixed that and here's another version: https://gist.github.com/dkuppitz/47bae08ab19c848f663d95c7213da26b What I'm worried about in your

[jira] [Commented] (TINKERPOP-1573) Bindings don't work in coalesce

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710023#comment-15710023 ] ASF GitHub Bot commented on TINKERPOP-1573: --- Github user okram commented on the issue:

[GitHub] tinkerpop issue #509: TINKERPOP-1576 gremlin-python calls non-existent metho...

2016-11-30 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/509 In Gremlin-Java, those methods do the following: ``` public static GraphTraversal start() { return new DefaultGraphTraversal<>(); } public

Re: [TinkerPop] gremlin-x

2016-11-30 Thread Stephen Mallette
Added back "dev" I think we've tried a lot of things for TinkerPop 3 and that there are too many options for application development as well as an over-exposed API, so I like this direction, though a fair bit of complexity lies in making it happen. Before getting to that complexity, I don't

[jira] [Commented] (TINKERPOP-1578) Support writable distributed graphs using spark as the underlying engine

2016-11-30 Thread Dovid Kopel (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709687#comment-15709687 ] Dovid Kopel commented on TINKERPOP-1578:

[GitHub] tinkerpop pull request #509: TINKERPOP-1576 gremlin-python calls non-existen...

2016-11-30 Thread FlorianHockmann
GitHub user FlorianHockmann opened a pull request: https://github.com/apache/tinkerpop/pull/509 TINKERPOP-1576 gremlin-python calls non-existent methods https://issues.apache.org/jira/browse/TINKERPOP-1576 This removes the methods `__.__()` and `__.start()` from

[jira] [Commented] (TINKERPOP-1573) Bindings don't work in coalesce

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709494#comment-15709494 ] ASF GitHub Bot commented on TINKERPOP-1573: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #507: TINKERPOP-1573: Bindings don't work in coalesce

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/507 I don't like the implementation of `Bindings`. Suggestion for an improved implementation: https://gist.github.com/dkuppitz/8bd896d639c3fd8fc27fa33f832e68ef --- If your project is set up for

[jira] [Commented] (TINKERPOP-1363) Cleanup Docker build script for next major release

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709488#comment-15709488 ] ASF GitHub Bot commented on TINKERPOP-1363: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #508: TINKERPOP-1363 Cleanup Docker build script for ...

2016-11-30 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/508#discussion_r90306572 --- Diff: docker/resources/groovy/grapeConfig.xml --- @@ -1,15 +1,22 @@ + + + + + +

[jira] [Created] (TINKERPOP-1577) Provide support for Python3 or Python2 in the Docker builds.

2016-11-30 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1577: - Summary: Provide support for Python3 or Python2 in the Docker builds. Key: TINKERPOP-1577 URL: https://issues.apache.org/jira/browse/TINKERPOP-1577

[jira] [Updated] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez updated TINKERPOP-1561: -- Assignee: David M. Brown > gremiln-python GraphSONWriter doesn't properly

[jira] [Closed] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1561. - Resolution: Fixed Fix Version/s: 3.2.4 > gremiln-python GraphSONWriter

[jira] [Commented] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709216#comment-15709216 ] ASF GitHub Bot commented on TINKERPOP-1561: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #505: TINKERPOP-1561 gremiln-python GraphSONWriter do...

2016-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/505 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709210#comment-15709210 ] ASF GitHub Bot commented on TINKERPOP-1561: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #505: TINKERPOP-1561 gremiln-python GraphSONWriter doesn't p...

2016-11-30 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/505 VOTE +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Commented] (TINKERPOP-1565) GraphSON 2.0 updates -- supporting attachment, maintaining consistency, and reducing verbosity

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709204#comment-15709204 ] Marko A. Rodriguez commented on TINKERPOP-1565: --- Huh. Thats a good idea. Yea, right now

Re: [TinkerPop] gremlin-x

2016-11-30 Thread Marko Rodriguez
Hi, > I generally recommend the exact opposite. Neo4j shines when embedded. And thats fine. There would simply be a EmbeddedRemoteConnection which is basically just a proxy that does nothing. No need for server stuff. > Sqlg already works of databases that is designed for remote access. And

[jira] [Commented] (TINKERPOP-1565) GraphSON 2.0 updates -- supporting attachment, maintaining consistency, and reducing verbosity

2016-11-30 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709172#comment-15709172 ] Kevin Gallardo commented on TINKERPOP-1565: --- But it wouldn't be a ReferenceXXX element that

[jira] [Created] (TINKERPOP-1576) gremlin-python calls non-existent methods

2016-11-30 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-1576: --- Summary: gremlin-python calls non-existent methods Key: TINKERPOP-1576 URL: https://issues.apache.org/jira/browse/TINKERPOP-1576 Project: TinkerPop

[jira] [Closed] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1483. - Resolution: Fixed Fix Version/s: 3.3.0 > PropertyMapStep returns Map

[jira] [Assigned] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz reassigned TINKERPOP-1483: - Assignee: Daniel Kuppitz > PropertyMapStep returns Map but puts

[jira] [Commented] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709091#comment-15709091 ] ASF GitHub Bot commented on TINKERPOP-1483: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #446: TINKERPOP-1483: valueMap should always return s...

2016-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709063#comment-15709063 ] ASF GitHub Bot commented on TINKERPOP-1483: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/446 Looked through the code, did some manual test - all good. VOTE: +1 Gonna merge it in a few. --- If your project is set up for it, you can reply to this email and have your

[jira] [Created] (TINKERPOP-1575) Neo4j indicies not used when multiple labels are searched for

2016-11-30 Thread Branden Moore (JIRA)
Branden Moore created TINKERPOP-1575: Summary: Neo4j indicies not used when multiple labels are searched for Key: TINKERPOP-1575 URL: https://issues.apache.org/jira/browse/TINKERPOP-1575 Project:

[jira] [Commented] (TINKERPOP-1573) Bindings don't work in coalesce

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708851#comment-15708851 ] ASF GitHub Bot commented on TINKERPOP-1573: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #507: TINKERPOP-1573: Bindings don't work in coalesce

2016-11-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/507 `docker/build.sh -t -i -n` passes. VOTE: +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[jira] [Commented] (TINKERPOP-1565) GraphSON 2.0 updates -- supporting attachment, maintaining consistency, and reducing verbosity

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708781#comment-15708781 ] Marko A. Rodriguez commented on TINKERPOP-1565: --- When Gremlin-Python gets back a

[jira] [Commented] (TINKERPOP-1565) GraphSON 2.0 updates -- supporting attachment, maintaining consistency, and reducing verbosity

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708770#comment-15708770 ] Marko A. Rodriguez commented on TINKERPOP-1565: --- For 3.3.0 we should get rid of the

gremlin-x

2016-11-30 Thread Marko Rodriguez
Hello, I think TinkerPop has too many ways of doing things. For instance: 1. Users can use graph traversal or interact with vertex/edge/etc. Java objects directly. 2. Users can interact with the graph system embedded (via the Graph object) or remotely (via RemoteConnection).

[jira] [Commented] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708541#comment-15708541 ] ASF GitHub Bot commented on TINKERPOP-1483: --- Github user dkuppitz commented on the issue:

[jira] [Comment Edited] (TINKERPOP-1564) Distributed OLTP Traversals and the Introduction of Partition Concept

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708535#comment-15708535 ] Marko A. Rodriguez edited comment on TINKERPOP-1564 at 11/30/16 1:05 PM:

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/446 Hold on, I've been busy with other stuff. I will look into this PR today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (TINKERPOP-1363) Cleanup Docker build script for next major release

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708536#comment-15708536 ] ASF GitHub Bot commented on TINKERPOP-1363: --- Github user dkuppitz commented on a diff in the

[GitHub] tinkerpop pull request #508: TINKERPOP-1363 Cleanup Docker build script for ...

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/508#discussion_r90227654 --- Diff: docker/resources/groovy/grapeConfig.xml --- @@ -1,15 +1,22 @@ + + + + + +

[jira] [Commented] (TINKERPOP-1564) Distributed OLTP Traversals and the Introduction of Partition Concept

2016-11-30 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708518#comment-15708518 ] Marko A. Rodriguez commented on TINKERPOP-1564: --- Huh. Thought. Each {{Step}} is an

[jira] [Commented] (TINKERPOP-1389) Support Spark 2.0.0

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708507#comment-15708507 ] ASF GitHub Bot commented on TINKERPOP-1389: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #506: TINKERPOP-1389: Support Spark 2.0.0

2016-11-30 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/506 `docker/build.sh -t -i -n` succeeded. VOTE: +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[jira] [Commented] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708311#comment-15708311 ] ASF GitHub Bot commented on TINKERPOP-1483: --- Github user okram commented on the issue:

[jira] [Commented] (TINKERPOP-1363) Cleanup Docker build script for next major release

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708308#comment-15708308 ] ASF GitHub Bot commented on TINKERPOP-1363: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #508: TINKERPOP-1363 Cleanup Docker build script for next ma...

2016-11-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/508 Building world `docker/build.sh -t -i -n -d ` passes. Building docs only `docker/build.sh -d ` passes. Skimmed reference docs through browser. VOTE: +1 --- If your project is

[jira] [Commented] (TINKERPOP-1389) Support Spark 2.0.0

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708305#comment-15708305 ] ASF GitHub Bot commented on TINKERPOP-1389: --- Github user okram commented on the issue:

[jira] [Commented] (TINKERPOP-1363) Cleanup Docker build script for next major release

2016-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708294#comment-15708294 ] ASF GitHub Bot commented on TINKERPOP-1363: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #508: TINKERPOP-1363 Cleanup Docker build script for ...

2016-11-30 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/508#discussion_r90213680 --- Diff: docker/resources/groovy/grapeConfig.xml --- @@ -1,15 +1,22 @@ + + + + + +