[jira] [Closed] (TINKERPOP3-913) Rename Gremlin Server arguments rebinding to alias

2015-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-913. --- Resolution: Implemented > Rename Gremlin Server arguments rebinding to alias > ---

[jira] [Commented] (TINKERPOP3-913) Rename Gremlin Server arguments rebinding to alias

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991993#comment-14991993 ] ASF GitHub Bot commented on TINKERPOP3-913: --- Github user asfgit closed the p

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-913 Deprecate rebindi...

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/135 --- 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 fe

[jira] [Closed] (TINKERPOP3-768) MatchStep in OLAP should be smart about current vertex.

2015-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-768. --- Resolution: Fixed Fix Version/s: 3.1.0-incubating added the fix version so

[jira] [Reopened] (TINKERPOP3-768) MatchStep in OLAP should be smart about current vertex.

2015-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP3-768: - > MatchStep in OLAP should be smart about current vertex. > -

[jira] [Commented] (TINKERPOP3-914) DriverRemoteAcceptor in Gremlin Console supports aliases

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991976#comment-14991976 ] ASF GitHub Bot commented on TINKERPOP3-914: --- GitHub user spmallette opened a

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-914 Gremlin Console :...

2015-11-05 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/137 TINKERPOP3-914 Gremlin Console :remote to Gremlin Server supports alias https://issues.apache.org/jira/browse/TINKERPOP3-914 Added a "alias" option to :remote config that let

Re: windows test

2015-11-05 Thread Stephen Mallette
Is the answer to just not do a :install of titan-all? would it work cleanly if you specified a specific hbase version or just titan-cassandra? On Thu, Nov 5, 2015 at 11:38 AM, Jason Plurad wrote: > Ah right. There might be some ugliness with HBase jars because of the > various versions Titan a

Re: windows test

2015-11-05 Thread Jason Plurad
Ah right. There might be some ugliness with HBase jars because of the various versions Titan attempts to support. Think it works fine with Cassandra. On Thu, Nov 5, 2015 at 11:33 AM Stephen Mallette wrote: > ah - cool - in the early days of Titan/TinkerPop3 I remember Dan saying > there were prob

Re: windows test

2015-11-05 Thread Stephen Mallette
ah - cool - in the early days of Titan/TinkerPop3 I remember Dan saying there were problems in doing that (which is why he kept the re-packaging), but perhaps it's all good now. I hate talking about the "Titan Gremlin Console" when people have questions - wish that concept of repackaging could be

[jira] [Commented] (TINKERPOP3-914) DriverRemoteAcceptor in Gremlin Console supports aliases

2015-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991930#comment-14991930 ] stephen mallette commented on TINKERPOP3-914: - I settled on allowing for m

Re: windows test

2015-11-05 Thread Jason Plurad
TinkerPop. You can install titan-all plugin into gremlin console and server and Titan seems to work fine. On Thu, Nov 5, 2015 at 10:51 AM Stephen Mallette wrote: > I wonder which repo has the better stuff.. > > On Thu, Nov 5, 2015 at 10:24 AM, Jason Plurad wrote: > > > The gremlin.bat and gr

Re: windows test

2015-11-05 Thread Stephen Mallette
I wonder which repo has the better stuff.. On Thu, Nov 5, 2015 at 10:24 AM, Jason Plurad wrote: > The gremlin.bat and gremlin.sh packaged with Titan are different than base > TinkerPop. Not really sure how significant the deltas are, but I think we > can likely get them better aligned. > On

Re: 3.1.0 sack/bulking update applicability to sql-gremlin

2015-11-05 Thread Ted Wilmes
Whoa, that's great. The traversers not being at the same location was what wasn't clicking for me and that is trippy. This'll do it. Thanks, Ted On Thu, Nov 5, 2015 at 9:18 AM, Marko Rodriguez wrote: > Hi Ted, > > So, your email is long and I have the attention span of pebble. However, > let

[jira] [Created] (TINKERPOP3-942) Use EventStrategy to solve OLAP bulk mutation of OLTP.

2015-11-05 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP3-942: - Summary: Use EventStrategy to solve OLAP bulk mutation of OLTP. Key: TINKERPOP3-942 URL: https://issues.apache.org/jira/browse/TINKERPOP3-942 Project

Re: windows test

2015-11-05 Thread Jason Plurad
The gremlin.bat and gremlin.sh packaged with Titan are different than base TinkerPop. Not really sure how significant the deltas are, but I think we can likely get them better aligned. On Thu, Nov 5, 2015 at 6:46 AM Stephen Mallette wrote: > I came across this on SO but I thought we'd long sorted

Re: 3.1.0 sack/bulking update applicability to sql-gremlin

2015-11-05 Thread Marko Rodriguez
Hi Ted, So, your email is long and I have the attention span of pebble. However, let me just say some things about sack merging and hopefully that solves your problem. Sacks only merge if the traversers are in the same equivalent class. That is: same graph location, same

Re: Upgrade docs are organized poorly.

2015-11-05 Thread Stephen Mallette
Yes - exactly. I also think when possible that we should try to focus on "themes of change" rather than bullets when possible. Otherwise, we just have what feels like an "organized changelog". We can work on updating the upgrade docs next week during code freeze and bring them all in line with t

Re: Upgrade docs are organized poorly.

2015-11-05 Thread Marko Rodriguez
Hello, Yea, that works for me. Just to be certain, both users and providers will have "Gremlin Process" and "Gremlin Structure" stuff to deal with. Perhaps those are in the … you have. Thanks, Marko. http://markorodriguez.com On Nov 5, 2015, at 4:41 AM, Stephen Mallette wrote: > The more I

[jira] [Commented] (TINKERPOP3-913) Rename Gremlin Server arguments rebinding to alias

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991630#comment-14991630 ] ASF GitHub Bot commented on TINKERPOP3-913: --- Github user spmallette commente

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-913 Deprecate rebindi...

2015-11-05 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/135#issuecomment-154051960 RESULT: +1 (3 binding) --- 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 d

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-913 Deprecate rebindi...

2015-11-05 Thread PommeVerte
Github user PommeVerte commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/135#issuecomment-154050355 The code looks good and all the tests pass. VOTE: +1 --- If your project is set up for it, you can reply to this email and have your reply app

[jira] [Commented] (TINKERPOP3-913) Rename Gremlin Server arguments rebinding to alias

2015-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991620#comment-14991620 ] ASF GitHub Bot commented on TINKERPOP3-913: --- Github user PommeVerte commente

[jira] [Updated] (TINKERPOP3-914) DriverRemoteAcceptor in Gremlin Console supports aliases

2015-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-914: Description: Not sure how this should work, but it seems that "aliases" are grow

[GitHub] incubator-tinkerpop pull request:

2015-11-05 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/commit/71e72db4b018cdb61b5675a656f2bd1996efc986#commitcomment-14209328 :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

windows test

2015-11-05 Thread Stephen Mallette
I came across this on SO but I thought we'd long sorted out gremlin.bat issue wrt history: http://stackoverflow.com/a/33540054/1831717 Can anyone with a windows environment handy test that out? I assume that this isn't a Titan issue so it doesn't have to be test with the Titan distribution imo.

Re: Upgrade docs are organized poorly.

2015-11-05 Thread Stephen Mallette
The more I look at this, the more I think the answer is to drop the "Important Changes" sections (it's not developing the way I thought that would), and simply migrate those bullets to the existing appropriate sections in the document if they are not already represented. That would leave the upgra

Re: Gremlin Sever behaviour using SASL with sessions

2015-11-05 Thread Stephen Mallette
My suggestion would be to create an issue in JIRA for this. If we can get it into 3.1.0 then let's try, but it may have to wait for 3.1.1 given that no one seems to have a clue why this is failing. Can any other driver providers give this a try? Maybe it works for the JS driver? or the Go driver

3.1.0-incubating code freeze

2015-11-05 Thread Stephen Mallette
Just a reminder that code freeze on 3.1.0 is coming up for monday 11/9. We have a handful of remaining issues open: https://issues.apache.org/jira/issues/?jql=project%20%3D%20TINKERPOP3%20AND%20fixVersion%20%3D%203.1.0-incubating%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20assignee%20ASC

Re: [TinkerPop] New Committer: Dylan Millikin

2015-11-05 Thread Dylan Millikin
Thanks guys! It's a real pleasure being part of the team on such a cool project! On Wed, Nov 4, 2015 at 5:03 PM, Jason Plurad wrote: > +1 awesome, Dylan. > On Wed, Nov 4, 2015 at 10:30 AM Stephen Mallette > wrote: > > > The Project Management Committee (PMC) for Apache TinkerPop has > > asked D

Re: Gremlin Sever behaviour using SASL with sessions

2015-11-05 Thread Dylan Millikin
Yeah I had a look at the requests and they're identical between gremlin-php and gremlin-driver. Everything seems to be done over the same channel. The only thing that could differ might be the handshakes? Weird. On Wed, Nov 4, 2015 at 10:52 PM, Stephen Mallette wrote: > thanks dylan, very strang