Hi Ryan:

It's the simplest thing:
1. Define your type of parameters for a type of Vertex (for example
EdgeListVertex)
2. Implement compute method.

>From what I saw out there in the M/R world, Giraph provides the simplest
way to work with graphs.

Take a look at
https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example and
use release 0.1 (http://www.apache.org/dyn/closer.cgi/incubator/giraph/)
because 0.2-SNAPSHOT is under heavy work.

Hope this helps you.

Gustavo

On Fri, Feb 1, 2013 at 9:17 PM, Ryan Compton <[email protected]> wrote:

> I am having trouble understand what all the classes do and the
> documentation looks like it might be out of date. I searched around
> and found this: https://github.com/edaboussi/Giraph but it won't
> compile with 0.2, any suggestions?
>

Reply via email to