Re: [DISCUSS] 3.1.1-incubating code freeze

2016-01-19 Thread Marko Rodriguez
Hi, Yea. Kuppitz and I are testing SparkGraphComputer on a cluster (both SparkServer and Hadoop2). We are having problems with ClassNotFound/jar-style exceptions. Not really ticket worthy as its not "code" as much as us just learning about the patterns people should use for deploying jars. We w

[jira] [Commented] (TINKERPOP-1090) Dynamic vertex by id lookups

2016-01-19 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107724#comment-15107724 ] Daniel Kuppitz commented on TINKERPOP-1090: --- The first issue (last query) wa

Re: [DISCUSS] 3.1.1-incubating code freeze

2016-01-19 Thread Daniel Kuppitz
Forgot to mention: Marko and I are still trying to fix some SparkGraphComputer issues (I don't think there're open tickets for the stuff we're doing). Cheers, Daniel On Wed, Jan 20, 2016 at 1:02 AM, Daniel Kuppitz wrote: > I don't think I get the script things done (TINKERPOP-927 >

Re: [DISCUSS] 3.1.1-incubating code freeze

2016-01-19 Thread Daniel Kuppitz
I don't think I get the script things done (TINKERPOP-927 and TINKERPOP-986 ). I'm waiting for feedback from Michael for TINKERPOP-939 (no

[jira] [Commented] (TINKERPOP-1089) Order.shuffle implementation is too fragile

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1089: Order.shuffle im...

2016-01-19 Thread dkuppitz
Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/204#issuecomment-173026342 * `mvn clean install`: passed * `integration tests`: passed * `manual test`: passed Code looks good. VOTE: +1 --- If your projec

[jira] [Commented] (TINKERPOP-1091) Get KryoSerializer to work natively.

2016-01-19 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107663#comment-15107663 ] Marko A. Rodriguez commented on TINKERPOP-1091: --- See http://lordjoesoft

[jira] [Created] (TINKERPOP-1091) Get KryoSerializer to work natively.

2016-01-19 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1091: - Summary: Get KryoSerializer to work natively. Key: TINKERPOP-1091 URL: https://issues.apache.org/jira/browse/TINKERPOP-1091 Project: TinkerPop

[jira] [Updated] (TINKERPOP-1090) Dynamic vertex by id lookups

2016-01-19 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP-1090: -- Description: {noformat} gremlin> g.inject(0L).as("id").V().has(id.getAccessor(), 0L

[jira] [Created] (TINKERPOP-1090) Dynamic vertex by id lookups

2016-01-19 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1090: - Summary: Dynamic vertex by id lookups Key: TINKERPOP-1090 URL: https://issues.apache.org/jira/browse/TINKERPOP-1090 Project: TinkerPop Issue Type:

[jira] [Updated] (TINKERPOP-882) Develop a less error prone way for rewriting strategies

2016-01-19 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez updated TINKERPOP-882: - Fix Version/s: (was: 3.1.1-incubating) 3.2.0-incubating

[DISCUSS] 3.1.1-incubating code freeze

2016-01-19 Thread Stephen Mallette
We have the rest of this week to hack away until code freeze arrives next Monday, January 25th 2016. As it stands we have a handful of items remaining - some are already in pull requests awaiting review. Anyone foresee any troubles getting their bits done in time for code freeze? We also have th

[GitHub] incubator-tinkerpop pull request: TINKERPOP-997 - Feature and Feat...

2016-01-19 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/205 TINKERPOP-997 - Feature and FeatureRequirement adjustments As they were very closely related, this PR covers: https://issues.apache.org/jira/browse/TINKERPOP-997 https://

[jira] [Commented] (TINKERPOP-997) FeatureRequirementSet.SIMPLE should not require multi-property

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

[jira] [Commented] (TINKERPOP-1089) Order.shuffle implementation is too fragile

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1089: Order.shuffle im...

2016-01-19 Thread okram
Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/204#issuecomment-172935135 BTW: I did Spark integration testing and the start of Giraph integration testing that checks order-stuff in `GraphComputerTest`. --- If your project is set

[jira] [Commented] (TINKERPOP-1089) Order.shuffle implementation is too fragile

2016-01-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107052#comment-15107052 ] ASF GitHub Bot commented on TINKERPOP-1089: --- GitHub user okram opened a pull

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1089: Order.shuffle im...

2016-01-19 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/204 TINKERPOP-1089: Order.shuffle implementation is too fragile https://issues.apache.org/jira/browse/TINKERPOP-1089 This required some refactoring. We have lots of `Comparator` wrapp

[jira] [Commented] (TINKERPOP-1089) Order.shuffle implementation is too fragile

2016-01-19 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106963#comment-15106963 ] Marko A. Rodriguez commented on TINKERPOP-1089: --- Yea, I'm trying to get

[jira] [Commented] (TINKERPOP-1089) Order.shuffle implementation is too fragile

2016-01-19 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106881#comment-15106881 ] Daniel Kuppitz commented on TINKERPOP-1089: --- I gave it a try and it's an eas

[jira] [Updated] (TINKERPOP-1048) Vertex lookups by id are inconsistent

2016-01-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1048: Fix Version/s: (was: 3.1.1-incubating) I don't have a good solution for this

[GitHub] incubator-tinkerpop pull request: TINKERPOP-943 Warn if Gremlin Se...

2016-01-19 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/201#issuecomment-172836151 looks nice to me: ```text $ bin/process-docs.sh The port 8182 is required for Gremlin Server, but already in use. Be sure to close the a

[jira] [Commented] (TINKERPOP-943) Warn if Gremlin Server is running prior to generating docs

2016-01-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106656#comment-15106656 ] ASF GitHub Bot commented on TINKERPOP-943: -- Github user spmallette commented o

[jira] [Created] (TINKERPOP-1089) Order.shuffle implementation is too fragile

2016-01-19 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1089: - Summary: Order.shuffle implementation is too fragile Key: TINKERPOP-1089 URL: https://issues.apache.org/jira/browse/TINKERPOP-1089 Project: TinkerPop

[jira] [Created] (TINKERPOP-1088) Preserve Cardinality in Subgraph

2016-01-19 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1088: --- Summary: Preserve Cardinality in Subgraph Key: TINKERPOP-1088 URL: https://issues.apache.org/jira/browse/TINKERPOP-1088 Project: TinkerPop Issu

[jira] [Closed] (TINKERPOP-1086) Include gryo serializers for java.time related classes

2016-01-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1086. --- Resolution: Implemented > Include gryo serializers for java.time related classes >

[jira] [Commented] (TINKERPOP-1086) Include gryo serializers for java.time related classes

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1086 Added gryo serial...

2016-01-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/203 --- 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

[GitHub] incubator-tinkerpop pull request: Osgify

2016-01-19 Thread gdelafosse
Github user gdelafosse commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/186#issuecomment-172799284 You should enjoy this update : - I simplify the gremlin-shaded pom thanks to the solution explained [here](https://issues.apache.org/jira/browse/FEL