Graphx traversal and merge interesting edges

2014-07-04 Thread HHB
Hello Gurus, Pardon me I am noob @ Spark & GraphX (& Scala) And I seek your wisdome here.. I want to know how to do a graph traversal and do selective merge on edges... Thanks to the documentation :-) I could create a simple graph of employees & their colleagues. The a structure of Graph is be

Re: Graphx traversal and merge interesting edges

2014-07-05 Thread HHB
Thanks Ankur, Cannot thank you enough for this!!! I am reading your example still digesting & grokking it though :-) I was breaking my head over this for past few hours. In my last futile attempts over past few hours. I was looking at Pregel... E.g if that could be used to see at what step

Re: Graphx traversal and merge interesting edges

2014-07-08 Thread HHB
Hi Ankur, I was trying out the PatterMatcher it works for smaller path, but I see that for the longer ones it continues to run forever... Here's what I am trying: https://gist.github.com/hihellobolke/dd2dc0fcebba485975d1 (The example of 3 share traders transacting in appl shares) The first e

Re: Graphx traversal and merge interesting edges

2014-07-14 Thread HHB
st of how I was using it: https://gist.github.com/hihellobolke/c8e6c97cefed714258ad This prolly is very naive attempt :-). Is there any possibility of adding it to the graphx.lib albeit one which is sophisticated & performant? Thanks On 08-Jul-2014, at 4:57 pm, HHB wrote: > Hi Ankur, >