[jira] [Created] (TINKERPOP-1590) Create TinkerWorkerMemory and Partitioned Vertices

2017-01-03 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1590: - Summary: Create TinkerWorkerMemory and Partitioned Vertices Key: TINKERPOP-1590 URL: https://issues.apache.org/jira/browse/TINKERPOP-1590 Project: Ti

[jira] [Commented] (TINKERPOP-920) Test case needed for ensuring same cardinality for key.

2017-01-03 Thread Paul Jackson (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15796076#comment-15796076 ] Paul Jackson commented on TINKERPOP-920: Neo4j, at least when going through the

[jira] [Commented] (TINKERPOP-1443) Use an API checker during build

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795971#comment-15795971 ] ASF GitHub Bot commented on TINKERPOP-1443: --- Github user dkuppitz commented

[GitHub] tinkerpop issue #494: TINKERPOP-1443 - Introduce API check into the build

2017-01-03 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/494 This is required to make it work: ``` daniel@cube /projects/apache/tinkerpop (pr-494) $ git diff diff --git a/docker/build/Dockerfile.template b/docker/build/Dockerfile.template

[jira] [Commented] (TINKERPOP-1130) Each release should store Kryo/GraphSON/GraphML versions to ensure future compatibility

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795847#comment-15795847 ] ASF GitHub Bot commented on TINKERPOP-1130: --- Github user spmallette commente

[GitHub] tinkerpop issue #520: TINKERPOP-1130 IO Testing

2017-01-03 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/520 > Does this verify that we don't accidentally create a breaking IO format change in the same IO version? Yes. We generate GraphSON and Gryo files that are statically checked into sourc

[jira] [Comment Edited] (TINKERPOP-920) Test case needed for ensuring same cardinality for key.

2017-01-03 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606149#comment-15606149 ] stephen mallette edited comment on TINKERPOP-920 at 1/3/17 5:56 PM: -

[GitHub] tinkerpop issue #520: TINKERPOP-1130 IO Testing

2017-01-03 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/520 First off, thank you for doing this -- what an undertaking. Getting I/O solid for 3.3.0 is crucial given the versioning push and the desired serialization changes for GLVs. Before officially voting,

[jira] [Commented] (TINKERPOP-1130) Each release should store Kryo/GraphSON/GraphML versions to ensure future compatibility

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795658#comment-15795658 ] ASF GitHub Bot commented on TINKERPOP-1130: --- Github user okram commented on

[jira] [Commented] (TINKERPOP-1545) IncidentToAdjacentStrategy is buggy

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795635#comment-15795635 ] ASF GitHub Bot commented on TINKERPOP-1545: --- Github user okram commented on

[GitHub] tinkerpop issue #486: TINKERPOP-1545 IncidentToAdjacentStrategy is buggy

2017-01-03 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/486 This is a good find. However, the implementation is a bit gimpy. `Step.getRequirements()` is already a recursive process as `TraversalParents` will check their children for requirements. I p

[jira] [Updated] (TINKERPOP-1589) Re-Introduce CloseableIterator

2017-01-03 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1589: Description: In Blueprints, we used to have {{CloseableIterable}}, which allowed

[jira] [Commented] (TINKERPOP-1589) Re-Introduce CloseableIterator

2017-01-03 Thread Paul Jackson (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795629#comment-15795629 ] Paul Jackson commented on TINKERPOP-1589: - This all sounds good. If you chose

[jira] [Commented] (TINKERPOP-1585) OLAP dedup over non elements

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795620#comment-15795620 ] Marko A. Rodriguez commented on TINKERPOP-1585: --- I spoke too soon. In fa

Re: [DISCUSS] Bring back CloseableIterable

2017-01-03 Thread Stephen Mallette
Since there hasn't been any objections since i posted this about a week ago, I think we can assume consensus on getting CloseableIterator into TinkerPop. I just created this issue in JIRA with more details - specifically I outline how we could go about adding CloseableIterator to the Structure API:

[jira] [Created] (TINKERPOP-1589) Re-Introduce CloseableIterator

2017-01-03 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1589: --- Summary: Re-Introduce CloseableIterator Key: TINKERPOP-1589 URL: https://issues.apache.org/jira/browse/TINKERPOP-1589 Project: TinkerPop Issue

[jira] [Commented] (TINKERPOP-1443) Use an API checker during build

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795566#comment-15795566 ] ASF GitHub Bot commented on TINKERPOP-1443: --- Github user spmallette commente

[GitHub] tinkerpop issue #494: TINKERPOP-1443 - Introduce API check into the build

2017-01-03 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/494 @dkuppitz note my previous comment on docker wrt this PR. do we need to alter something in Docker to get this building there? --- If your project is set up for it, you can reply to this email

[jira] [Commented] (TINKERPOP-1130) Each release should store Kryo/GraphSON/GraphML versions to ensure future compatibility

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795361#comment-15795361 ] ASF GitHub Bot commented on TINKERPOP-1130: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #520: TINKERPOP-1130 IO Testing

2017-01-03 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/520 TINKERPOP-1130 IO Testing https://issues.apache.org/jira/browse/TINKERPOP-1130 Added `gremlin-io-test` module under the `gremlin-tools` module. It provides more complete testing of IO

[jira] [Commented] (TINKERPOP-1585) OLAP dedup over non elements

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795276#comment-15795276 ] Marko A. Rodriguez commented on TINKERPOP-1585: --- Note that my runtimes a

[jira] [Closed] (TINKERPOP-1389) Support Spark 2.0.0

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1389. - Resolution: Fixed > Support Spark 2.0.0 > --- > >

[jira] [Commented] (TINKERPOP-1389) Support Spark 2.0.0

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

[GitHub] tinkerpop pull request #506: TINKERPOP-1389: Support Spark 2.0.0

2017-01-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/506 --- 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-1426) GryoSerializer should implement Java serialization interface

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1426. - Resolution: Fixed Fix Version/s: 3.3.0 This was merged into the Spark 2

[jira] [Assigned] (TINKERPOP-1426) GryoSerializer should implement Java serialization interface

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1426: - Assignee: Marko A. Rodriguez > GryoSerializer should implement Java s

[GitHub] tinkerpop pull request #506: TINKERPOP-1389: Support Spark 2.0.0

2017-01-03 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/506#discussion_r94413881 --- Diff: CHANGELOG.asciidoc --- @@ -46,6 +46,10 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) * Removed all performance tests that wer

[jira] [Commented] (TINKERPOP-1389) Support Spark 2.0.0

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795197#comment-15795197 ] ASF GitHub Bot commented on TINKERPOP-1389: --- Github user okram commented on

[jira] [Created] (TINKERPOP-1588) Added Terminal Steps section to the docs

2017-01-03 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1588: - Summary: Added Terminal Steps section to the docs Key: TINKERPOP-1588 URL: https://issues.apache.org/jira/browse/TINKERPOP-1588 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1585) OLAP dedup over non elements

2017-01-03 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795157#comment-15795157 ] Marko A. Rodriguez commented on TINKERPOP-1585: --- Reviewing the {{DedupGl

Re: [DISCUSS] ASF Board Draft Report - January 2017

2017-01-03 Thread Marko Rodriguez
You always do such a good job with this, Stephen. Thank you, Marko. http://markorodriguez.com > On Jan 3, 2017, at 6:02 AM, Stephen Mallette wrote: > > Here's a draft of the board report for January. Please let me know if you > think there's anything else we might add. > >

[DISCUSS] ASF Board Draft Report - January 2017

2017-01-03 Thread Stephen Mallette
Here's a draft of the board report for January. Please let me know if you think there's anything else we might add. ## Description: Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). ## Activity: Ti