Hello,
I write a Giraph application where nodes contains data and so the Vertex class 
used look like : Vertex<LongWritable, VertexData, NullWritable>
When the VertexData contains a constructor with no arguments, my application 
works. But when I try to add an argument to the constructor a kind of bug 
appear. The compilation succeeds, but during the execution, Giraph does nothing 
and seems to wait indefinitely something. No error occur.Notice that the first 
super-step (N°0) is not reached.Can you shed some light on this?
Regards.
                                          

Reply via email to