Re: link graph traversal

2010-04-13 Thread John Lynch
Colin, I believe the link phase is just a prebuilt map phase, and the link data is available to your own MR jobs to do whatever you like with. - John Sent from my iPhone On Apr 12, 2010, at 8:26 PM, Colin Surprenant wrote: Thanks for the info. This is what I understood from the doc, the

Re: link graph traversal

2010-04-12 Thread Colin Surprenant
Thanks for the info. This is what I understood from the doc, the examples and the tests I did. I was wondering if there was something I was missing to be able to traverse a complete graph using a simple call. I don't know how the mapreduce link query is actually executed in the mapreduce engine, i

Re: link graph traversal

2010-04-12 Thread Alexander Sicular
Colin, Link walking http calls are non exhaustive. So if you wanted to follow, for example, two levels of depth you would have to do something like: http://localhost:8098/raw/bucket/key/_,_,_/_,_,_ Check here, http://blog.basho.com/2010/02/24/link-walking-by-example/, and here, https://wiki.ba