Re: How to run Connected Components example (input graph formatting issue)

2014-07-21 Thread Bryan Rowe
CORRECTION Can I simply change this (from ConnectedComponentsVertex.java) public class ConnectedComponentsVertex extends Vertex { to this public class ConnectedComponentsVertex extends Vertex { On Mon, Jul 21, 2014 at 2:53 PM, Bryan Rowe wrote: > I'm having trouble running the c

How to run Connected Components example (input graph formatting issue)

2014-07-21 Thread Bryan Rowe
I'm having trouble running the connected components example. This is what the folder looks like: https://github.com/apache/giraph/tree/release-1.0/giraph-examples/src/main/java/org/apache/giraph/examples Here is the code: https://github.com/apache/giraph/blob/release-1.0/giraph-examples/src/main/