Re: permission request to use character scene graphics

2016-09-06 Thread Jason Plurad
Ultimately I decided against using the character scene graphic. Blog post is public here https://developer.ibm.com/opentech/2016/09/06/summer-monster-graph-databases/ On Thu, Sep 1, 2016 at 8:58 AM Marko Rodriguez wrote: > Its TinkerPop related so this is “okay” by me. If

Re: [VOTE] TinkerPop 3.2.2 Release

2016-09-06 Thread Stephen Mallette
Kuppitz saw a problem in one of the recipes - note the second example: http://tinkerpop.apache.org/docs/3.2.2/recipes/ no results and this was working in 3.2.1: http://tinkerpop.apache.org/docs/3.2.1/recipes/ His gremlin session shows: gremlin> g.V().hasId(1) ==>v[1] gremlin>

Re: [VOTE] TinkerPop 3.1.4 Release

2016-09-06 Thread Daniel Kuppitz
validate-distribution.sh is happy and so am I. Validating binary distributions * downloading Apache TinkerPop Gremlin (apache-tinkerpop-gremlin-console-3.1.4-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 checksum ... OK *

Re: [VOTE] TinkerPop 3.2.2 Release

2016-09-06 Thread Daniel Kuppitz
Validation looks good: $ bin/validate-distribution.sh 3.2.2 Validating binary distributions * downloading Apache TinkerPop Gremlin (apache-tinkerpop-gremlin-console-3.2.2-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 checksum

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

2016-09-06 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/400 Ok. Didn't notice it mentioned docker and I can't speak to that. However, it is very repeatable on other systems. Given no other configuration... ``` rm -rf ~/.groovy rm -rf ~/.m2

Re: [VOTE] TinkerPop 3.2.2 Release

2016-09-06 Thread Stephen Mallette
Just pushed a quick fix directly to the docs for that broken GLV link... On Tue, Sep 6, 2016 at 5:11 PM, Robert Dale wrote: > On page http://tinkerpop.apache.org/docs/3.2.2/ , Gremlin Language > Variants >

Re: [VOTE] TinkerPop 3.2.2 Release

2016-09-06 Thread Robert Dale
On page http://tinkerpop.apache.org/docs/3.2.2/ , Gremlin Language Variants is a broken link. On Tue, Sep 6, 2016 at 4:55 PM, Robert Dale wrote: > Here's one fix for docs.

[jira] [Commented] (TINKERPOP-1432) GraphSON 2.0 sample generated garbage

2016-09-06 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468573#comment-15468573 ] Daniel Kuppitz commented on TINKERPOP-1432: --- Since this is something that can easily be

[jira] [Commented] (TINKERPOP-1432) GraphSON 2.0 sample generated garbage

2016-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468558#comment-15468558 ] stephen mallette commented on TINKERPOP-1432: - weird - i cleaned that snippet with

Re: [VOTE] TinkerPop 3.1.4 Release

2016-09-06 Thread Robert Dale
You'll need this same fix. https://github.com/apache/tinkerpop/pull/401 On Tue, Sep 6, 2016 at 2:56 PM, Ted Wilmes wrote: > Hello, > > We are happy to announce that TinkerPop 3.1.4 is ready for release. > > The release artifacts can be found at this location: >

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

2016-09-06 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/400 Rarely. But here's another thing: The Docker build always starts with a clean environment - no .m2, no grapes - and it always worked for me. --- If your project is set up for it, you can reply

Re: [VOTE] TinkerPop 3.2.2 Release

2016-09-06 Thread Robert Dale
Here's one fix for docs. https://github.com/apache/tinkerpop/pull/401 On Tue, Sep 6, 2016 at 4:05 PM, Stephen Mallette wrote: > Hello, > > We are happy to announce that TinkerPop 3.2.2 is ready for release. > > The release artifacts can be found at this location: >

[GitHub] tinkerpop pull request #401: fixed option step header

2016-09-06 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/401 fixed option step header You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertdale/tinkerpop ref-option-fix Alternatively you can

[jira] [Commented] (TINKERPOP-1432) GraphSON 2.0 sample generated garbage

2016-09-06 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468529#comment-15468529 ] Daniel Kuppitz commented on TINKERPOP-1432: --- The snippet contains tabs. Docs should never

Re: Code Freeze 3.1.4/3.2.2

2016-09-06 Thread Stephen Mallette
Oh - a quick note to those voting who use validate-distribution.sh. Ted just added his gpg stuff to the KEYS file: https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS You will need to import his key with: $ gpg --import KEYS if you don't validate-distribution.sh won't be happy and you will

Re: Code Freeze 3.1.4/3.2.2

2016-09-06 Thread Stephen Mallette
Looks like the plan to split the release manager duties between 3.1.4/3.2.2 was a success. It required very little communication aside from a few messages in HipChat. I actually found it easier to do this way because I felt focused on just the release i was working on - in the drudgery of release

[jira] [Created] (TINKERPOP-1433) Add steps to dev docs to help committers get their keys in order

2016-09-06 Thread Ted Wilmes (JIRA)
Ted Wilmes created TINKERPOP-1433: - Summary: Add steps to dev docs to help committers get their keys in order Key: TINKERPOP-1433 URL: https://issues.apache.org/jira/browse/TINKERPOP-1433 Project:

[VOTE] TinkerPop 3.1.4 Release

2016-09-06 Thread Ted Wilmes
Hello, We are happy to announce that TinkerPop 3.1.4 is ready for release. The release artifacts can be found at this location: https://dist.apache.org/repos/dist/dev/tinkerpop/3.1.4/ The source distribution is provided by: apache-tinkerpop-3.1.4-src.zip Two binary distributions are provided

[DISCUSS] TINKERPOP-1427 GraphSON 2.0 needs ... consistent number typing

2016-09-06 Thread Robert Dale
Dylan Millikin wrote: > I hear you, trust me. I'm just pointing out some potential conflicts. I'm > not sure if this could be another but what of the Property typing for some > DBs (like Titan). If you have a schema expecting Long are we going to have > conflicts? But this is exactly the

[jira] [Updated] (TINKERPOP-1432) GraphSON 2.0 sample generated garbage

2016-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1432: Attachment: upload.png > GraphSON 2.0 sample generated garbage >

[jira] [Created] (TINKERPOP-1432) GraphSON 2.0 sample generated garbage

2016-09-06 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1432: --- Summary: GraphSON 2.0 sample generated garbage Key: TINKERPOP-1432 URL: https://issues.apache.org/jira/browse/TINKERPOP-1432 Project: TinkerPop

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

2016-09-06 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/400 Do you also clean your groovy/grapes dir? artifacts will be copied there from maven. afterwards, it won't reference the maven artifacts unless they are also missing from grapes. --- If your

[DISCUSS] gremlin-python support Python 2/3 (client)

2016-09-06 Thread David Brown
I was reading through the gremlin-python code, and things are looking good. Currently, it only works with Python 2, but I think that we need to consider striving for Python 2/3 compatibility in future releases. It is great to maintain support for Python 2--there is a LOT of Python 2 code in

Re: [TinkerPop] Re: New Committer: David Brown

2016-09-06 Thread David Brown
Well said Stephen, thanks. Thanks Mark! The earlier drivers will definitely influence the gremlin-python drivers that will be available with future versions of TinkerPop. However, the "official" drivers will aim to be much more consistent with the Java driver implementation, especially in terms of

Re: [TinkerPop] Re: New Committer: David Brown

2016-09-06 Thread Stephen Mallette
The community made the decision to build and maintain drivers as part of GLVs and in doing so we will want the TinkerPop Python driver to be on par with the Java driver in terms of features and performance. so, in that sense I think the answer to your question is "yes" because the more advanced

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

2016-09-06 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/400 Thanks @szarnyasg @dkuppitz how has this worked along the way? is it because we had jbcrypt in our local .m2? --- If your project is set up for it, you can reply to this email and

[jira] [Created] (TINKERPOP-1431) Documentation generation requires tests to execute on gremlin-python

2016-09-06 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1431: --- Summary: Documentation generation requires tests to execute on gremlin-python Key: TINKERPOP-1431 URL: https://issues.apache.org/jira/browse/TINKERPOP-1431

[jira] [Updated] (TINKERPOP-1388) Make ExpandableStepIterator non-final

2016-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1388: Fix Version/s: (was: 3.2.2) (was: 3.1.4) > Make

[jira] [Updated] (TINKERPOP-1388) Make ExpandableStepIterator non-final

2016-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1388: Assignee: Marko A. Rodriguez (was: stephen mallette) > Make

[jira] [Updated] (TINKERPOP-1360) intermittent error in spark-gremlin integration test

2016-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1360: Fix Version/s: (was: 3.2.2) (was: 3.1.4) >

Re: Code Freeze 3.1.4/3.2.2

2016-09-06 Thread Stephen Mallette
I've started working on release stuff, though it occurred to me that I'm dependent on Ted completing certain aspects of his 3.1.4 release so that tp31 can merge to master with all the "release" updates. Anyway, I'll go as far as I can then wait for word from Ted on 3.1.4. On Fri, Sep 2, 2016 at

[jira] [Commented] (TINKERPOP-1427) GraphSON 2.0 needs collection types and consistent number typing.

2016-09-06 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15466882#comment-15466882 ] Dylan Millikin commented on TINKERPOP-1427: --- I hear you, trust me. I'm just pointing out

[jira] [Commented] (TINKERPOP-1430) Cannot install neo4j-gremlin from Gremlin Console

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15466643#comment-15466643 ] ASF GitHub Bot commented on TINKERPOP-1430: --- GitHub user szarnyasg opened a pull request:

[GitHub] tinkerpop pull request #400: Added JitPack Maven repository to Grape configu...

2016-09-06 Thread szarnyasg
GitHub user szarnyasg opened a pull request: https://github.com/apache/tinkerpop/pull/400 Added JitPack Maven repository to Grape configuration https://issues.apache.org/jira/browse/TINKERPOP-1430 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (TINKERPOP-1430) Cannot install neo4j-gremlin from Gremlin Console

2016-09-06 Thread Gabor Szarnyas (JIRA)
Gabor Szarnyas created TINKERPOP-1430: - Summary: Cannot install neo4j-gremlin from Gremlin Console Key: TINKERPOP-1430 URL: https://issues.apache.org/jira/browse/TINKERPOP-1430 Project: TinkerPop