Tutorials Section and SQL2Gremlin

2015-10-02 Thread Marko Rodriguez
Hello everyone, Daniel Kuppitz rewrote http://sql2gremlin.com to use not only Gremlin3, but TinkerPop3's doc-processor which always executes documentation code in the GremlinConsole and prints the results to the docs. I added a new section to our homepage called "Tutorials." SQL2Gremlin is the

[jira] [Commented] (TINKERPOP3-866) GroupStep and Traversal-Based Reductions

2015-10-02 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941930#comment-14941930 ] Daniel Kuppitz commented on TINKERPOP3-866: --- Yeah, nvm, I thought this is al

[jira] [Commented] (TINKERPOP3-866) GroupStep and Traversal-Based Reductions

2015-10-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941917#comment-14941917 ] Marko A. Rodriguez commented on TINKERPOP3-866: --- {code}

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Matt Frantz
FWIW, my HipChat client does do some syntax highlighting with the /code markup. [image: Inline image 1] On Fri, Oct 2, 2015 at 1:24 PM, Marko Rodriguez wrote: > Whoa -- it has syntax highlighting. HipChat doesn't have that :(. Just > /code XX and it just makes it Courier font. > > Marko. >

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Matt Frantz
What are the constraints on price? Slack has limitations in its free tier, e.g. limited chat history. https://slack.com/pricing On Fri, Oct 2, 2015 at 2:43 PM, David Robinson wrote: > +1 for for the idea in general and Slack specifically. > > On Fri, Oct 2, 2015 at 4:34 PM, Stephen Mallette >

[jira] [Commented] (TINKERPOP3-863) [Proposal] Turn off bulking -- or is there something more general? (hope not).

2015-10-02 Thread Matt Frantz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941884#comment-14941884 ] Matt Frantz commented on TINKERPOP3-863: One issue is that once the {{sack}} s

[jira] [Updated] (TINKERPOP3-866) GroupStep and Traversal-Based Reductions

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-866: Affects Version/s: (was: 3.0.0-incubating) > GroupStep and Traversal-Based R

[jira] [Created] (TINKERPOP3-866) GroupStep and Traversal-Based Reductions

2015-10-02 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP3-866: - Summary: GroupStep and Traversal-Based Reductions Key: TINKERPOP3-866 URL: https://issues.apache.org/jira/browse/TINKERPOP3-866 Project: TinkerPop 3

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread David Robinson
+1 for for the idea in general and Slack specifically. On Fri, Oct 2, 2015 at 4:34 PM, Stephen Mallette wrote: > Nice to see you around, James. > > fwiw, Gitter supports GitHub markdown - that's pretty cool too as far as > features go. > > On Fri, Oct 2, 2015 at 4:24 PM, Marko Rodriguez > wrote

[jira] [Closed] (TINKERPOP3-851) GroupCountStep needs a by() for the count.

2015-10-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP3-851. - Resolution: Won't Fix Closing this. Going to open a new ticket for {{GroupStep

Re: The future of Tinkerpop

2015-10-02 Thread David Robinson
Hi David, As a TinkerPop community member, I appreciate the time and effort you contribute to our project and to the Apache Foundation, understanding that there are a lot of volunteer hours contributed. However, agreeing with the others who have responded, I am surprised at how pessimistic your a

[jira] [Commented] (TINKERPOP3-863) [Proposal] Turn off bulking -- or is there something more general? (hope not).

2015-10-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941741#comment-14941741 ] Marko A. Rodriguez commented on TINKERPOP3-863: --- That is a good idea in

[jira] [Commented] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941734#comment-14941734 ] Dylan Millikin commented on TINKERPOP3-865: --- Essentially it would be about c

GremlinRestClient for Gremlin Server

2015-10-02 Thread Stephen Mallette
I'm pretty sure that David Brown announced his GremlinRestClient project - an HTTP client for Gremlin Server.- for Python some time ago, but I noticed today that for some reason we didn't have the link on the TinkerPop home page with the other libraries. http://gremlinrestclient.readthedocs.org/en

[GitHub] incubator-tinkerpop pull request: Changed TinkerGraphSerializer to...

2015-10-02 Thread christianbellinaef
GitHub user christianbellinaef opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/100 Changed TinkerGraphSerializer to reuse existing Kryo instance Let the tinker graph serializer reuse an existing kryo instance instead of creating a new one. Tests as

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Stephen Mallette
Nice to see you around, James. fwiw, Gitter supports GitHub markdown - that's pretty cool too as far as features go. On Fri, Oct 2, 2015 at 4:24 PM, Marko Rodriguez wrote: > Whoa -- it has syntax highlighting. HipChat doesn't have that :(. Just > /code XX and it just makes it Courier font.

[jira] [Closed] (TINKERPOP3-847) SparkGraphComputer resource leak

2015-10-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP3-847. - Resolution: Cannot Reproduce Fix Version/s: (was: 3.0.2-incubating)

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Marko Rodriguez
Whoa -- it has syntax highlighting. HipChat doesn't have that :(. Just /code XX and it just makes it Courier font. Marko. http://markorodriguez.com On Oct 2, 2015, at 2:21 PM, James Thornton wrote: > Dropbox open-sourced Zulip last week... > > https://zulip.org > https://github.com/zulip

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread James Thornton
Dropbox open-sourced Zulip last week... https://zulip.org https://github.com/zulip HN Discussion: https://news.ycombinator.com/item?id=10279961 - James On Fri, Oct 2, 2015 at 12:55 PM, Jason Plurad wrote: > +1 for Slack, currently using it. > > On Fri, Oct 2, 2015 at 1:36 PM, pieter wrote: >

[jira] [Commented] (TINKERPOP3-863) [Proposal] Turn off bulking -- or is there something more general? (hope not).

2015-10-02 Thread Matt Frantz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941614#comment-14941614 ] Matt Frantz commented on TINKERPOP3-863: It was wrong of me to raise the issue

Re: The future of Tinkerpop

2015-10-02 Thread Jason Plurad
If there are specific points in the Apache Way where TinkerPop is failing, let's get those listed out publicly on the dev list. That is step #1 in order to get them addressed. I'd also want to learn more about how the mentors have been teaching and leading the process since January. I wish such a p

[jira] [Updated] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-865: Fix Version/s: 3.1.0-incubating > Errors with HTTP REST basic auth > ---

[jira] [Updated] (TINKERPOP3-858) Cleanup after failed :install

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-858: Fix Version/s: 3.1.0-incubating > Cleanup after failed :install > --

[jira] [Commented] (TINKERPOP3-739) Transaction Retry as Part of Gremlin Server Transaction Management

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941477#comment-14941477 ] stephen mallette commented on TINKERPOP3-739: - Ok - so we've concluded tha

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Jason Plurad
+1 for Slack, currently using it. On Fri, Oct 2, 2015 at 1:36 PM, pieter wrote: > +1 for slack. > > On 02/10/2015 19:24, Stephen Mallette wrote: > > I think it was Matt Frantz who once recommended Slack. Neo4j has a > pretty > > successful slack setup for community support. > > > > Outside of s

Re: The future of Tinkerpop

2015-10-02 Thread Matthias Broecheler
+1 Not being intimately involved with the Apache foundation and its processes, this conclusion comes out of the blue for me and it would be hugely valuable to understand the reasoning behind it. Being a consumer of Tinkerpop and not a committer, I have been quite impressed with the rapid rate of in

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread pieter
+1 for slack. On 02/10/2015 19:24, Stephen Mallette wrote: > I think it was Matt Frantz who once recommended Slack. Neo4j has a pretty > successful slack setup for community support. > > Outside of slack, i've heard about this one from time to time: > > https://gitter.im/ > > "Chat for GitHub" -

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Stephen Mallette
I think it was Matt Frantz who once recommended Slack. Neo4j has a pretty successful slack setup for community support. Outside of slack, i've heard about this one from time to time: https://gitter.im/ "Chat for GitHub" - it seems geared toward helping improve communication/support in open sour

[jira] [Commented] (TINKERPOP3-858) Cleanup after failed :install

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941411#comment-14941411 ] stephen mallette commented on TINKERPOP3-858: - [~pluradj] said he was goin

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Marko Rodriguez
Awesome. Just to be clear. I'm not seeing this as a "vote medium" but more of a "hang out with the development team and be able to communicate faster." Of course, JIRA/tickets/etc. are still the place where "formal directions" are placed. I use HipChat and iChat (jabber). HipChat is cool becaus

Re: [MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Rich Bowen
Yes, absolutely legal. The "rule" is that decisions should be relayed back to the list, for the community to comment on. But off list discussion itself isn't a problem. On Oct 2, 2015 6:33 PM, "Marko Rodriguez" wrote: > Hi everyone, > > I'm sitting here going -- "man, wish I could just chat with

Re: The future of Tinkerpop

2015-10-02 Thread Matt Frantz
As Dylan suggests, I'd appreciate more details on "the Apache Way" and why, specifically, TinkerPop has not aligned thus far. This is my first experience at incubation, so any examples of successful incubations and how they differ from TinkerPop would seem to be relevant. Regards, Matt On Fri, O

[MENTORS PLEASE STATE LEGALITY] Public "Chat Room" for TinkerPop Committers

2015-10-02 Thread Marko Rodriguez
Hi everyone, I'm sitting here going -- "man, wish I could just chat with Matt" to talk about the math-library and this bulking issue. If Apache is cool with a public chat room to discuss development issues, I think that could really help me out (and perhaps others?). It would be important that

[jira] [Commented] (TINKERPOP3-863) [Proposal] Turn off bulking -- or is there something more general? (hope not).

2015-10-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941343#comment-14941343 ] Marko A. Rodriguez commented on TINKERPOP3-863: --- Yes, you are correct --

[jira] [Updated] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-865: Fix Version/s: 3.0.2-incubating The REST interface probably needs some work, so

[jira] [Commented] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread Jason Plurad (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941297#comment-14941297 ] Jason Plurad commented on TINKERPOP3-865: - Sounds fine to me, Dylan. You can h

[jira] [Updated] (TINKERPOP3-858) Cleanup after failed :install

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-858: Description: If {{:install}} tanks: {code} gremlin> :install org.apache.tinkerp

[jira] [Commented] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941293#comment-14941293 ] Dylan Millikin commented on TINKERPOP3-865: --- To add to this I've been meanin

[jira] [Created] (TINKERPOP3-865) Errors with HTTP REST basic auth

2015-10-02 Thread Jason Plurad (JIRA)
Jason Plurad created TINKERPOP3-865: --- Summary: Errors with HTTP REST basic auth Key: TINKERPOP3-865 URL: https://issues.apache.org/jira/browse/TINKERPOP3-865 Project: TinkerPop 3 Issue Type

[jira] [Commented] (TINKERPOP3-728) Improve Remote Graph Object Treatment in Console

2015-10-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941251#comment-14941251 ] ASF GitHub Bot commented on TINKERPOP3-728: --- Github user christianbellinaef

[GitHub] incubator-tinkerpop pull request: tinkergraph and titan serializat...

2015-10-02 Thread christianbellinaef
Github user christianbellinaef closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/99 --- 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, o

Re: The future of Tinkerpop

2015-10-02 Thread Dylan Millikin
I know there was a very long discussion around this posted a while back but maybe it would be good to break that down here for those of us that haven't had the time to go through the entire thing (e.g. why you reached that conclusion). This would certainly make the dialogue easier. Best, Dylan.

[jira] [Commented] (TINKERPOP3-739) Transaction Retry as Part of Gremlin Server Transaction Management

2015-10-02 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941166#comment-14941166 ] Dylan Millikin commented on TINKERPOP3-739: --- I don't think a user would ever

Re: The future of Tinkerpop

2015-10-02 Thread Rich Bowen
On Oct 2, 2015 3:08 PM, "David Nalley" wrote: > > Hi folks, > > A number of the mentors (Daniel, Rich, and I), along with several > other IPMC members were in Budapest for ApacheCon; while there we > discussed the state of > Tinkerpop, it's incubation, and a number of other topics. I wanted to > b

The future of Tinkerpop

2015-10-02 Thread David Nalley
Hi folks, A number of the mentors (Daniel, Rich, and I), along with several other IPMC members were in Budapest for ApacheCon; while there we discussed the state of Tinkerpop, it's incubation, and a number of other topics. I wanted to bring one of those topics here to foster a larger discussion, a

[jira] [Updated] (TINKERPOP3-864) Operator.mean would be nice.

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-864: Component/s: process > Operator.mean would be nice. > --

[jira] [Updated] (TINKERPOP3-761) Some basic mathematical functions / steps

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-761: [~mhfrantz] mentioned that he could take a stab at this once the dust settles on th

[jira] [Updated] (TINKERPOP3-851) GroupCountStep needs a by() for the count.

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-851: Issue Type: Improvement (was: New Feature) > GroupCountStep needs a by() for th

[jira] [Updated] (TINKERPOP3-862) Add a TraversalSourceStrategy that provides "locked" values.

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-862: Issue Type: Improvement (was: New Feature) > Add a TraversalSourceStrategy that

[jira] [Updated] (TINKERPOP3-864) Operator.mean would be nice.

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-864: Issue Type: Improvement (was: New Feature) > Operator.mean would be nice. > ---

[jira] [Updated] (TINKERPOP3-863) [Proposal] Turn off bulking -- or is there something more general? (hope not).

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-863: Issue Type: Improvement (was: New Feature) > [Proposal] Turn off bulking -- or

[jira] [Commented] (TINKERPOP3-850) Reduce Graph.addVertex overload ambiguity

2015-10-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941001#comment-14941001 ] stephen mallette commented on TINKERPOP3-850: - We don't allow other values