Hadoop MapReduce implementation of shortest PATH in a graph, not just the distance
问题 I have been looking for "MapReduce implementation of Shortest path search algorithms". However, all the instances I could find "computed the shortest distance form node x to y", and none actually output the " actual shortest path like x-a-b-c-y ". As for what am I trying to achieve is that I have graphs with hundreds of 1000s of nodes and I need to perform frequent pattern analysis on shortest paths among the various nodes. This is for a research project I am working on. It would be a great