Thanks Paolo. I was not able to find much info on the algorithms implemented on top of Giraph. Just wanted to make sure I haven't missed anything.
Praveen On Sun, Jun 24, 2012 at 2:44 PM, Paolo Castagna < [email protected]> wrote: > Hi Praveen, > to the best of my knowledge, there isn't yet extensive documentation on > algorithms implemented on top of Giraph. > > I had same question while ago and this is probably one of the first things > people approaching Giraph want to do. > > There are a few simple examples here: > > https://svn.apache.org/repos/asf/giraph/trunk/src/main/java/org/apache/giraph/examples/ > you can start with: SimpleShortestPathsVertex.java, > SimplePageRankVertex.java > and ConnectedComponentsVertex.java. > > You can find documentation on how to run Giraph jobs at the end of this > page: > https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example > > My 2 cents, > Paolo > > Praveen Sripati wrote: > > Hi, > > > > Where can I get the information of all the algorithms implemented on top > > of Giraph and how to run them? > > > > Thanks, > > Praveen >
