Re: Error in instantiating custom Vertex class via InternalVertexRunner.run

2012-03-03 Thread Sebastian Schelter
Hi Benjamin, Does your vertex class have a publicly accessible no-arg constructor? That's implicitly required because each Vertex class implements Writable. If you want to use to have a look at your code, you could maybe put it on github? Best, Sebastian On 02.03.2012 20:51, Benjamin Heitmann w

Re: Error in instantiating custom Vertex class via InternalVertexRunner.run

2012-03-03 Thread Claudio Martella
A part of your issues, I am looking forward to see who you are going to attack this problem. Please keep us posted on your progress. On Saturday, March 3, 2012, Sebastian Schelter wrote: > Hi Benjamin, > > Does your vertex class have a publicly accessible no-arg constructor? > That's implicitly r