Re: Giraph running custom giraph job

2013-12-16 Thread Martin Neumann
Thanks for the answer, but now I run the problem that I get the following exception: Exception in thread "main" java.lang.IllegalStateException: Giraph's estimated cluster heap 2048MB ask is greater than the current available cluster heap of 0MB. I guess its a configuration issue? Google didn't fi

Re: Giraph running custom giraph job

2013-12-11 Thread Claudio Martella
you should just create a jar with your classes inside, and use the GiraphRunner as it is used in the example in the tutorial on the homepage. Just use your classes then instead of the one used in the tutorial. On Wed, Dec 11, 2013 at 1:55 PM, Martin Neumann wrote: > Hej, > > I did run the exampl

Giraph running custom giraph job

2013-12-11 Thread Martin Neumann
Hej, I did run the example from the project and I now want to run my own Giraph job. But I'm not 100% sure how. I created a new java project with maven including Giraph 1.0.0 core as dependecy and created the following classes: Vetex, Combiner, EdgeInputFormat, VerteOutputFormat Do I have to impl