[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/457 All tests pass with `docker/build.sh -t -n -i` 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

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

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

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

2016-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15707057#comment-15707057 ] ASF GitHub Bot commented on TINKERPOP-1363: --- GitHub user dkuppitz opened a pull request:

[GitHub] tinkerpop pull request #490: TINKERPOP-1474 GraphSON decode of Vertex and Ed...

2016-11-29 Thread bjmoor
Github user bjmoor closed the pull request at: https://github.com/apache/tinkerpop/pull/490 --- 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-1565) GraphSON 2.0 updates -- supporting attachment, maintaining consistency, and reducing verbosity

2016-11-29 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705921#comment-15705921 ] Marko A. Rodriguez commented on TINKERPOP-1565: --- In the development branch, this is what

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

2016-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705713#comment-15705713 ] ASF GitHub Bot commented on TINKERPOP-1573: --- GitHub user okram opened a pull request:

[GitHub] tinkerpop issue #478: TINKERPOP-1490 Implemented promise API for Traversal

2016-11-29 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/478 As long as the driver returns a future with a compatible API, yes, it can be used with all Python versions. The snippet you provided will throw an error with an Asyncio or Tornado client, as

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-29 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/tinkerpop/pull/457 I reconfirmed with the latest updates and reaffirm my +1 vote from before. - On Docker, this builds cleanly with `docker/build.sh -t -n -i` - On Mac, this builds cleanly with `mvn

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

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

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

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

[GitHub] tinkerpop issue #490: TINKERPOP-1474 GraphSON decode of Vertex and Edge prop...

2016-11-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/490 yes - i think you can close this one since the work is already underway elsewhere. thanks for submitting this though. --- If your project is set up for it, you can reply to this email and

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

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

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

2016-11-29 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705445#comment-15705445 ] Marko A. Rodriguez commented on TINKERPOP-1573: --- Crap. I see why the problem exists. I

[jira] [Commented] (TINKERPOP-1572) Impossible to get DetachedVertex when Connecting via withRemote

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705403#comment-15705403 ] stephen mallette commented on TINKERPOP-1572: - I agree - letting the serializer decide

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

2016-11-29 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705392#comment-15705392 ] Robert Dale commented on TINKERPOP-1573: Looks like nested traversals: {noformat} gremlin>

[GitHub] tinkerpop issue #478: TINKERPOP-1490 Implemented promise API for Traversal

2016-11-29 Thread aboudreault
Github user aboudreault commented on the issue: https://github.com/apache/tinkerpop/pull/478 Except my initial concern, can you confirm we can use the latest way with all Python versions and with/without a custom driver? It would be nice to have an unified way that just works

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

2016-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705256#comment-15705256 ] ASF GitHub Bot commented on TINKERPOP-1389: --- GitHub user okram opened a pull request:

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

2016-11-29 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/506 TINKERPOP-1389: Support Spark 2.0.0 https://issues.apache.org/jira/browse/TINKERPOP-1389 This was a crazy rollercoaster ride, but we now have three good things: 1. A more

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705219#comment-15705219 ] stephen mallette commented on TINKERPOP-1474: - i linked this over to TINKERPOP-1565 as

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

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

[GitHub] tinkerpop issue #490: TINKERPOP-1474 GraphSON decode of Vertex and Edge prop...

2016-11-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/490 @okram pinged me on the side and filled me in with some background info i wasn't aware of - the short of it is that a lot of work has been done in this area on the aforementioned tickets and

[jira] [Commented] (TINKERPOP-1490) Provider a Future based Traversal.async(Function<Traversal,V>) terminal step

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

[GitHub] tinkerpop issue #478: TINKERPOP-1490 Implemented promise API for Traversal

2016-11-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/478 It's been about a week since @davebshow laid out the approach he's recommending here. I assume the silence means that there are no objections to that approach and we have consensus on what to

Re: Bindings adavantage

2016-11-29 Thread Marko Rodriguez
Hi, Bindings are useful for ScriptEngine-based Gremlin variants where the String script can be compiled and ScriptEngine.bindings can be set. That is, this is useful in parameterized scripts situations (http://tinkerpop.apache.org/docs/current/reference/#parameterized-scripts

[jira] [Commented] (TINKERPOP-1443) Use an API checker during build

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

[GitHub] tinkerpop issue #494: TINKERPOP-1443 - Introduce API check into the build

2016-11-29 Thread metlos
Github user metlos commented on the issue: https://github.com/apache/tinkerpop/pull/494 @okram the API changes seem to be due to your changes in 05bfb029. You could try and fill out your first intentional API changes list ;-) (Most of the below is just git extravaganza - the

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

2016-11-29 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705121#comment-15705121 ] Marko A. Rodriguez commented on TINKERPOP-1573: --- Weird. Is this specific to {{coalesce}}

Bindings adavantage

2016-11-29 Thread Robert Dale
I was looking at TINKERPOP-1444 and a conclusion was that Bytecode with Bindings can't be cached. If that's true, is there any advantage to using Bindings? Robert Dale

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

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

[GitHub] tinkerpop issue #490: TINKERPOP-1474 GraphSON decode of Vertex and Edge prop...

2016-11-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/490 TINKERPOP-1420 has merged to master. @bjmoor do you want to rebase your PR? note this area of development is still somewhat in flux on master given:

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

2016-11-29 Thread Robert Dale (JIRA)
Robert Dale created TINKERPOP-1573: -- Summary: Bindings don't work in coalesce Key: TINKERPOP-1573 URL: https://issues.apache.org/jira/browse/TINKERPOP-1573 Project: TinkerPop Issue Type:

[jira] [Commented] (TINKERPOP-1566) Kerberos authentication for gremlin-server

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705091#comment-15705091 ] stephen mallette commented on TINKERPOP-1566: - sorry - i haven't had a chance to review

[jira] [Commented] (TINKERPOP-1572) Impossible to get DetachedVertex when Connecting via withRemote

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705086#comment-15705086 ] stephen mallette commented on TINKERPOP-1572: - oh - you're talking about {{withRemote}}

[jira] [Commented] (TINKERPOP-1572) Impossible to get DetachedVertex when Connecting via withRemote

2016-11-29 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705064#comment-15705064 ] Robert Dale commented on TINKERPOP-1572: But you're still getting References not Detached. >

[jira] [Comment Edited] (TINKERPOP-1572) Impossible to get DetachedVertex when Connecting via withRemote

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705058#comment-15705058 ] stephen mallette edited comment on TINKERPOP-1572 at 11/29/16 11:46 AM:

[jira] [Commented] (TINKERPOP-1572) Impossible to get DetachedVertex when Connecting via withRemote

2016-11-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705058#comment-15705058 ] stephen mallette commented on TINKERPOP-1572: - works fine for me: {code} gremlin> :remote