[jira] [Commented] (TINKERPOP-1681) Multiple hasId's are or'd into GraphStep

2017-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032713#comment-16032713 ] ASF GitHub Bot commented on TINKERPOP-1681: --- Github user asfgit closed the p

[GitHub] tinkerpop pull request #617: TINKERPOP-1681 Multiple hasId's are or'd into G...

2017-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/617 --- 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 e

[jira] [Closed] (TINKERPOP-1681) Multiple hasId's are or'd into GraphStep

2017-06-01 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1681. - Resolution: Fixed Fix Version/s: 3.2.5 > Multiple hasId's are or'd into GraphSt

broken builds on release branches

2017-06-01 Thread Stephen Mallette
Something has gone bad with the build on tp32 and master for gremlin-python. I got a clean run before I shut down last night but this morning it's strangely tanking (and i didnt' pull new changes) - something around the python dependency "six": ImportError: No module named six Not sure if anyone

Re: broken builds on release branches

2017-06-01 Thread Stephen Mallette
It's dying for me on the python3 build even when i try to run it by hand. Oddly Travis is happy as of two hours ago - maybe it's just me: $ env/bin/python setup.py build --build-lib Lib Traceback (most recent call last): File "/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target

Re: broken builds on release branches

2017-06-01 Thread Robert Dale
Works for me. I built tp32 yesterday and then this morning on commit e4bb1010. Did your python env get updated? Looks like you are using python 3.4. I have python 2.7.13 and 3.5.3. They both have 'six' installed: /usr/lib/python3.5/site-packages/six-1.10.0-py3.5.egg-info /usr/lib/python3.5/si

Re: broken builds on release branches

2017-06-01 Thread Jason Plurad
I ran into that yesterday. I think it had something to do with pip getting confused between Python 2 and 3 on my system. I ended up uninstalling Python 3, which I had installed via Anaconda, and the TP build worked. On Thu, Jun 1, 2017 at 8:02 AM Robert Dale wrote: > Works for me. I built tp32 ye

Re: broken builds on release branches

2017-06-01 Thread Stephen Mallette
Thanks jason/robert for letting me know what's happening on your end. I sort of fixed it by going to target/python2 and target/python3 and did a manual pip install six. Then both builds went fine manually. When I did a mvn clean install on gremlin-python it also worked. None of that makes sense of

[jira] [Assigned] (TINKERPOP-1682) by-modulator optimization strategy

2017-06-01 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz reassigned TINKERPOP-1682: - Assignee: Daniel Kuppitz > by-modulator optimization strategy > -

[jira] [Commented] (TINKERPOP-1682) by-modulator optimization strategy

2017-06-01 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032949#comment-16032949 ] Daniel Kuppitz commented on TINKERPOP-1682: --- After looking through the code

[jira] [Created] (TINKERPOP-1684) Improper results with union() in a by()

2017-06-01 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1684: --- Summary: Improper results with union() in a by() Key: TINKERPOP-1684 URL: https://issues.apache.org/jira/browse/TINKERPOP-1684 Project: TinkerPop

[DISCUSS] Remaining Items for 3.3.0

2017-06-01 Thread Stephen Mallette
I was just thinking about what needs to be done for 3.3.0 to get it ready for release. I thought I'd send this email to collect any ideas: + Dynamically load the MetricManager in Gremlin Server (TINKERPOP-1550) + Clean up IO - both GraphSON 3.0 and Gryo 3.0 + Remove more deprecated code + Test fra

[jira] [Commented] (TINKERPOP-1552) C# Gremlin Language Variant

2017-06-01 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033461#comment-16033461 ] stephen mallette commented on TINKERPOP-1552: - > (By the way: It would be

Re: broken builds on release branches

2017-06-01 Thread Stephen Mallette
Seems like the problems have resolved themselves. Haven't hit any issues since I did that weird trick with pip which shouldn't have done anything. Weird. On Thu, Jun 1, 2017 at 8:33 AM, Stephen Mallette wrote: > Thanks jason/robert for letting me know what's happening on your end. I > sort of fi