Re: [DISCUSS] Duplicate Meta Property Features

2015-12-08 Thread Jonathan Ellithorpe
Hi Stephen, working on that now, thanks for pinging me on this. On Tue, Dec 8, 2015 at 4:48 PM Stephen Mallette wrote: > Hi Jonathan, just wondering if you still plan to look at offering PRs for: > > https://issues.apache.org/jira/browse/TINKERPOP-998 > https://issues.apache.org/jira/browse/TINK

[QUESTION] user supplied string Ids

2015-12-08 Thread Jonathan Ellithorpe
Hello, I've implemented support for being able to supply String type user supplied IDs, and being able to retrieve vertices based on a given String type supplied ID. However, I am failing the following test: shouldAddVertexWithUserSuppliedStringId Because the test is testing to see if: assertEq

Which steps empty out the path?

2015-12-08 Thread Michael Pollmeier
There are some steps that empty out the path, e.g. `mean`: gremlin> g.E().as("a").values("weight").as("b").path() ==>[e[7][1-knows->2], 0.5] ==>[e[8][1-knows->4], 1.0] ==>[e[9][1-created->3], 0.4] ==>[e[10][4-created->5], 1.0] ==>[e[11][4-created->3], 0.4] ==>[e[12][6-created->3], 0.2] gremlin> g

Re: [DISCUSS] Duplicate Meta Property Features

2015-12-08 Thread Stephen Mallette
Hi Jonathan, just wondering if you still plan to look at offering PRs for: https://issues.apache.org/jira/browse/TINKERPOP-998 https://issues.apache.org/jira/browse/TINKERPOP-997 I'll stay away from those, if you think you will be working on them. On Mon, Nov 30, 2015 at 1:39 PM, Stephen Malle

[jira] [Commented] (TINKERPOP-1023) Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin

2015-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047750#comment-15047750 ] ASF GitHub Bot commented on TINKERPOP-1023: --- Github user dkuppitz commented

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1023: Add a spark vari...

2015-12-08 Thread dkuppitz
Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/173#issuecomment-163064768 Yes, that was the issue. **Update**: * `mvn clean install`: worked * manual tests using the new `spark` object: worked VOTE:

[jira] [Assigned] (TINKERPOP-1025) Solve SparkContext Persistence Issues with BulkLoaderVertexProgram

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1025: - Assignee: Marko A. Rodriguez > Solve SparkContext Persistence Issues

[jira] [Closed] (TINKERPOP-1025) Solve SparkContext Persistence Issues with BulkLoaderVertexProgram

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1025. - Resolution: Fixed This fix will be merged in with TINKERPOP-1023. > Solve Spa

[jira] [Commented] (TINKERPOP-1025) Solve SparkContext Persistence Issues with BulkLoaderVertexProgram

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047715#comment-15047715 ] Marko A. Rodriguez commented on TINKERPOP-1025: --- FIXED. It was cause of

[jira] [Commented] (TINKERPOP-1023) Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1023: Add a spark vari...

2015-12-08 Thread okram
Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/173#issuecomment-163061226 @dkuppitz -- did you clear your grapes? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1023: Add a spark vari...

2015-12-08 Thread dkuppitz
Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/173#issuecomment-163058755 * `mvn clean install`: worked * manual tests using the new `spark` object: failed ``` daniel@cube /projects/apache/test/incubator-tinkerpo

[jira] [Commented] (TINKERPOP-1023) Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin

2015-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047696#comment-15047696 ] ASF GitHub Bot commented on TINKERPOP-1023: --- Github user dkuppitz commented

[DISCUSS] Gremlin Server transaction management

2015-12-08 Thread Stephen Mallette
I just created this ticket: https://issues.apache.org/jira/browse/TINKERPOP-1035 it discusses some consistency issues in applying transaction management in Gremlin Server. The solution I propose in there is working for me right now and I expect to issue a pull request on it soon once i polish up

[jira] [Created] (TINKERPOP-1035) Better Consistency in Gremlin Server Transaction Management

2015-12-08 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1035: --- Summary: Better Consistency in Gremlin Server Transaction Management Key: TINKERPOP-1035 URL: https://issues.apache.org/jira/browse/TINKERPOP-1035 Proj

Debugging TP code...

2015-12-08 Thread Alaa Mahmoud
I'm trying to debug the gremlin core code and was wondring what everyone uses to do that ? I followed the intellij instructions to load and build the sources, but not sure how to debug. Any instructions on how to debug calls from the gremlin calls would be really helpful. Currently I'm looking th

[jira] [Commented] (TINKERPOP-1025) Solve SparkContext Persistence Issues with BulkLoaderVertexProgram

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047443#comment-15047443 ] Marko A. Rodriguez commented on TINKERPOP-1025: --- If you {{Spark.close()}

[jira] [Commented] (TINKERPOP-1023) Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1023: Add a spark vari...

2015-12-08 Thread okram
Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/173#issuecomment-162967063 Note that I also tested this with Spark Server and it works great. This is a really really cool thing. --- If your project is set up for it, you can reply t

Re: Gremlin on Flink & Gelly?

2015-12-08 Thread Vasiliki Kalavri
Hi all, thank you for your replies and sorry for the long silence. Flink doesn't have a graph query language yet, so Gremlin support would be a really nice contribution. I have read the blog post and also the Gremlin paper. There are some really great ideas in there! I'm currently quite busy wit

[jira] [Created] (TINKERPOP-1034) Bump to support Spark 1.5.2

2015-12-08 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1034: - Summary: Bump to support Spark 1.5.2 Key: TINKERPOP-1034 URL: https://issues.apache.org/jira/browse/TINKERPOP-1034 Project: TinkerPop Issue

[jira] [Created] (TINKERPOP-1033) Store sideEffects as a persisted RDD

2015-12-08 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1033: - Summary: Store sideEffects as a persisted RDD Key: TINKERPOP-1033 URL: https://issues.apache.org/jira/browse/TINKERPOP-1033 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1023) Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin

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

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1023: Add a spark vari...

2015-12-08 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/173 TINKERPOP-1023: Add a spark variable in SparkGremlinPlugin like we do hdfs for HadoopGremlinPlugin https://issues.apache.org/jira/browse/TINKERPOP-1023 Like `hdfs` there is now `

[jira] [Created] (TINKERPOP-1032) Clean up the conf/hadoop configurations

2015-12-08 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1032: - Summary: Clean up the conf/hadoop configurations Key: TINKERPOP-1032 URL: https://issues.apache.org/jira/browse/TINKERPOP-1032 Project: TinkerPop

[jira] [Closed] (TINKERPOP-1029) NullPointerException when trying to run PeerPressureVertexProgram with SparkGraphComputer on tinkerpop-classic.kryo

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1029. - Resolution: Fixed This has been fixed. It was simple problem. If no adjacency

[jira] [Assigned] (TINKERPOP-1029) NullPointerException when trying to run PeerPressureVertexProgram with SparkGraphComputer on tinkerpop-classic.kryo

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1029: - Assignee: Marko A. Rodriguez > NullPointerException when trying to ru

[jira] [Commented] (TINKERPOP-1027) Merge view prior to writing graphRDD to output format/rdd

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

[jira] [Closed] (TINKERPOP-1027) Merge view prior to writing graphRDD to output format/rdd

2015-12-08 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1027. - Resolution: Fixed > Merge view prior to writing graphRDD to output format/rdd

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1027: Merge view prior...

2015-12-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/172 --- 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

[jira] [Commented] (TINKERPOP-1027) Merge view prior to writing graphRDD to output format/rdd

2015-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046808#comment-15046808 ] ASF GitHub Bot commented on TINKERPOP-1027: --- Github user spmallette commente

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1027: Merge view prior...

2015-12-08 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/172#issuecomment-162867159 tests run locally for me: VOTE +1 btw, your intellij settings might need to get fixed up - they are doing wildcards for static imports:

[jira] [Created] (TINKERPOP-1031) Map URL routes to static method execution in REST API

2015-12-08 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1031: --- Summary: Map URL routes to static method execution in REST API Key: TINKERPOP-1031 URL: https://issues.apache.org/jira/browse/TINKERPOP-1031 Project: Tin

[jira] [Created] (TINKERPOP-1030) Map common exceptions to HTTP status codes where possible

2015-12-08 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1030: --- Summary: Map common exceptions to HTTP status codes where possible Key: TINKERPOP-1030 URL: https://issues.apache.org/jira/browse/TINKERPOP-1030 Project:

[GitHub] incubator-tinkerpop pull request: TINKERPOP-859 Moved logging setu...

2015-12-08 Thread ds-jenkins-builds
Github user ds-jenkins-builds commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/171#issuecomment-162859139 Build finished. No test results found. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (TINKERPOP-859) Provide a more general way to set log levels in plugins

2015-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046783#comment-15046783 ] ASF GitHub Bot commented on TINKERPOP-859: -- Github user ds-jenkins-builds comm

[jira] [Commented] (TINKERPOP-1027) Merge view prior to writing graphRDD to output format/rdd

2015-12-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046780#comment-15046780 ] ASF GitHub Bot commented on TINKERPOP-1027: --- Github user ds-jenkins-builds c

[GitHub] incubator-tinkerpop pull request: TINKERPOP-1027: Merge view prior...

2015-12-08 Thread ds-jenkins-builds
Github user ds-jenkins-builds commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/172#issuecomment-162858822 Build finished. No test results found. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: [TinkerPop] Re: TP3 3.1 SparkGraphComputer doesn't support spark on YARN?

2015-12-08 Thread HadoopMarc
Hi Cristine, Did you start the repl with gremlinhdp.sh? It does all the exports needed and sets the CLASSPATH. Check if the configs are right for your cluster. https://github.com/vtslab/incubator-tinkerpop/blob/3.1.0-hdp-2.3.2.0-2950/gremlin-console/bin/gremlinhdp.sh Marc Op maandag 7 december