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
