[GitHub] tinkerpop pull request #510: TINKERPOP-1562 Migrate ScriptEngine-related cod...

2016-12-06 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/510#discussion_r91200131 --- Diff: hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/jsr223/HadoopGremlinPlugin.java --- @@ -0,0 +1,153 @@ +/* + * Licensed to

[jira] [Commented] (TINKERPOP-1562) Migrate ScriptEngine-related code to gremlin-core

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727126#comment-15727126 ] ASF GitHub Bot commented on TINKERPOP-1562: --- Github user okram commented on

[jira] [Commented] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread Branden Moore (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727109#comment-15727109 ] Branden Moore commented on TINKERPOP-1582: -- Hi Stephen, When I use Wiresha

[jira] [Comment Edited] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread Branden Moore (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727109#comment-15727109 ] Branden Moore edited comment on TINKERPOP-1582 at 12/6/16 11:45 PM:

RE: [TinkerPop] gremlin-x

2016-12-06 Thread Paul A. Jackson
I have 2 cents to throw in FWIW. We use Neo4j and support Gremlin as a query language. Sometimes it makes sense to preload properties when you load a vertex if you are in a concurrent environment. Say, you find a vertex via query lookup, if you read the actual property lazily it's possible for

[jira] [Commented] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726889#comment-15726889 ] stephen mallette commented on TINKERPOP-1582: - There are custom instances

[jira] [Commented] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread Branden Moore (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726844#comment-15726844 ] Branden Moore commented on TINKERPOP-1582: -- We have some extensions to Gremli

[jira] [Commented] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726250#comment-15726250 ] stephen mallette commented on TINKERPOP-1582: - hmmm - The static {{ObjectM

[jira] [Created] (TINKERPOP-1582) TraversalOpProcessor does not support custom serializers

2016-12-06 Thread Branden Moore (JIRA)
Branden Moore created TINKERPOP-1582: Summary: TraversalOpProcessor does not support custom serializers Key: TINKERPOP-1582 URL: https://issues.apache.org/jira/browse/TINKERPOP-1582 Project: Tinker

[jira] [Updated] (TINKERPOP-1563) Remove deprecated getInstance() methods

2016-12-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1563: Description: {{getInstance()}} was deprecated as part of TINKERPOP-1530 (was: `

Re: [TinkerPop] gremlin-x

2016-12-06 Thread pieter-gmail
Hi, Now that we have established our disagreement lets continue... "You prefer your model to be that of the underlying graph (following that logic, you would use Hibernate to map to Table objects?) and I prefer using application domain models." When working with TinkerPop I certainly prefer that

Re: [TinkerPop] gremlin-x

2016-12-06 Thread Bryan Thompson
A pattern we used for the CTC GOM (generic object model - much like tinker pop), was to allow dynamic casts of objects to registered interfaces. E.g. ObjectManager om = ... om.registerIFace(MyDomainObject.class); ... MyDomainObject obj = v.asClass(ifacename); Martyn Cutcher took this much fu

[jira] [Updated] (TINKERPOP-1564) Distributed OLTP Traversals and the Introduction of Partition Concept

2016-12-06 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez updated TINKERPOP-1564: -- Attachment: distributed-oltp.png > Distributed OLTP Traversals and the Intro

[jira] [Commented] (TINKERPOP-1564) Distributed OLTP Traversals and the Introduction of Partition Concept

2016-12-06 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725752#comment-15725752 ] Marko A. Rodriguez commented on TINKERPOP-1564: --- {{PartitionActor}} *

[jira] [Commented] (TINKERPOP-1570) Bump to Netty 4.0.42

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725605#comment-15725605 ] ASF GitHub Bot commented on TINKERPOP-1570: --- Github user okram commented on

[GitHub] tinkerpop issue #512: TINKERPOP-1570 Bumped to Netty 4.0.42

2016-12-06 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/512 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 does not have this feature enabled and wishes so, or if the f

[jira] [Created] (TINKERPOP-1581) Gremlin-Python driver connection is not thread safe.

2016-12-06 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1581: - Summary: Gremlin-Python driver connection is not thread safe. Key: TINKERPOP-1581 URL: https://issues.apache.org/jira/browse/TINKERPOP-1581 Project:

[jira] [Commented] (TINKERPOP-1564) Distributed OLTP Traversals and the Introduction of Partition Concept

2016-12-06 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725548#comment-15725548 ] Marko A. Rodriguez commented on TINKERPOP-1564: --- Here are some snippets

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

2016-12-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725468#comment-15725468 ] stephen mallette commented on TINKERPOP-1566: - I took a look at the diff b

[jira] [Commented] (TINKERPOP-1570) Bump to Netty 4.0.42

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725313#comment-15725313 ] ASF GitHub Bot commented on TINKERPOP-1570: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #512: TINKERPOP-1570 Bumped to Netty 4.0.42

2016-12-06 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/512 TINKERPOP-1570 Bumped to Netty 4.0.42 https://issues.apache.org/jira/browse/TINKERPOP-1570 Pretty simple, but a version bump so worth a VOTE. Works with `docker/build.sh -t -i -n` an