Fwd: connected components example in giraph 1.0

2013-10-04 Thread Silvio Di gregorio
Hi, I hope I have sent to the right address. i have a graph (directed and unweighted) stored in hdfs like a adjacency list (140Milions of edges 6Milions of vertex) nodetabneighbors 23 2 1343 1 999 99923 909 ... .. hadoop version Hadoop 2.0.0-cdh4.3.0 - java 1.6 I

Re: connected components example in giraph 1.0

2013-10-04 Thread Claudio Martella
Hi, you need to specify the vertex outputformat class (-vof option), e.g. org.apache.giraph.io.formats.IdWithValueTextOutputFormat. On Fri, Oct 4, 2013 at 1:06 PM, Silvio Di gregorio silvio.digrego...@gmail.com wrote: Hi, I hope I have sent to the right address. i have a graph (directed

Re: connected components example in giraph 1.0

2013-10-04 Thread Silvio Di gregorio
i've specified -of org.apache.giraph.io.formats.IdWithValueTextOutputFormat but the same error was produced Exception in thread main java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected at