Re: Implementing TinkerPop on top of GraphX

2015-01-16 Thread Kyle Ellrott
Looking at https://github.com/kdatta/tinkerpop3/compare/graphx-gremlin I only see a maven build file. Do you have some source code some place else? I've worked on a spark based implementation ( https://github.com/kellrott/spark-gremlin ), but its not done and I've been tied up on other projects.

Re: Implementing TinkerPop on top of GraphX

2014-11-18 Thread Kyle Ellrott
be done within GraphX. I will be interested to co-develop the query engine. @Reynold, I agree. And as I said earlier, the apis should be designed in such a way that it can be used in any Graph DSL. On Fri, Nov 7, 2014 at 10:59 AM, Kyle Ellrott kellr...@soe.ucsc.edu wrote: Who here would

Re: Implementing TinkerPop on top of GraphX

2014-11-07 Thread Kyle Ellrott
to support the new ql implementation. There might also be inherent mismatches in the way the external API is defined vs what GraphX can support. We should discuss those on a case-by-case basis. On Thu, Nov 6, 2014 at 5:42 PM, Kyle Ellrott kellr...@soe.ucsc.edu wrote: I think its best

Re: Implementing TinkerPop on top of GraphX

2014-11-06 Thread Kyle Ellrott
I've taken a crack at implementing the TinkerPop Blueprints API in GraphX ( https://github.com/kellrott/sparkgraph ). I've also implemented portions of the Gremlin Search Language and a Parquet based graph store. I've been working out finalize some code details and putting together better code

Re: Implementing TinkerPop on top of GraphX

2014-11-06 Thread Kyle Ellrott
for GraphX. On Thu, Nov 6, 2014 at 11:48 AM, Kyle Ellrott kellr...@soe.ucsc.edu wrote: I've taken a crack at implementing the TinkerPop Blueprints API in GraphX ( https://github.com/kellrott/sparkgraph ). I've also implemented portions of the Gremlin Search Language and a Parquet based graph store

Re: Implementing TinkerPop on top of GraphX

2014-11-06 Thread Kyle Ellrott
of the individual API’s (Structure, Process, and, if OLAP, GraphComputer) necessary for gremlin-core. Thoughts? From: Kyle Ellrott kellr...@soe.ucsc.edu Date: Thursday, November 6, 2014 at 12:10 PM To: Kushal Datta kushal.da...@gmail.com Cc: Reynold Xin r...@databricks.com, York, Brennon

Re: Implementing TinkerPop on top of GraphX

2014-11-06 Thread Kyle Ellrott
change in the future. From: Kushal Datta kushal.da...@gmail.com Date: Thursday, November 6, 2014 at 4:00 PM To: York, Brennon brennon.y...@capitalone.com Cc: Kyle Ellrott kellr...@soe.ucsc.edu, Reynold Xin r...@databricks.com, dev@spark.apache.org dev@spark.apache.org, Matthias Broecheler matth

Re: [mllib] State of Multi-Model training

2014-09-17 Thread Kyle Ellrott
, Burak - Original Message - From: Kyle Ellrott kellr...@soe.ucsc.edu To: Burak Yavuz bya...@stanford.edu Cc: dev@spark.apache.org Sent: Tuesday, September 16, 2014 9:41:45 PM Subject: Re: [mllib] State of Multi-Model training I'd be interested in helping to test your code as soon

[mllib] State of Multi-Model training

2014-09-16 Thread Kyle Ellrott
I'm curious about the state of development Multi-Model learning in MLlib (training sets of models during the same training session, rather then one at a time). The JIRA lists it as in progress targeting Spark 1.2.0 ( https://issues.apache.org/jira/browse/SPARK-1486 ). But there hasn't been any