Re: Traversal ByteCode and Translators (The TINKERPOP-1278 Saga)

2016-07-02 Thread Marko Rodriguez
HI, For fun, I created a play "toString()” that emits a JSON representation of ByteCode. g.V().as("a").out().repeat(both("created")).times(10).as("b").values("name”).range(0,2).select("a", "b").by("name”) becomes —>

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-07-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360211#comment-15360211 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #351: TINKERPOP-1274: GraphSON 2.0.

2016-07-02 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/351 > 1. A type is not a class. Call types 'type' or '@type' (not clear the @ is necessary since it's in the metadata payload anyway); Not @class. (Otherwise be consistent and rename all the Type*

Traversal ByteCode and Translators (The TINKERPOP-1278 Saga)

2016-07-02 Thread Marko Rodriguez
Hello, So TINKERPOP-1278 (aka “Gremlin-Python”) has introduced the notion of Traversal ByteCode. https://github.com/apache/tinkerpop/blob/c34fe9fc2cee8bf231c7d4a2d52e746053273129/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/ByteCode.java

[jira] [Closed] (TINKERPOP-1341) UnshadedKryoAdapter fails to deserialize StarGraph when SparkConf sets spark.rdd.compress=true whereas GryoSerializer works

2016-07-02 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1341. - Resolution: Fixed Assignee: Dan LaRocque Fix Version/s: 3.2.1

[GitHub] tinkerpop pull request #353: TINKERPOP-1341 Add missing classes to GryoRegis...

2016-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/353 --- 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

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-07-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360094#comment-15360094 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #351: TINKERPOP-1274: GraphSON 2.0.

2016-07-02 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/351 I hope you guys figured it all out yesterday.I didn't follow all the comments, but started a `docker/build.sh -t -i -n` over-night job. It succeeded, thus VOTE: +1 --- If your project