Re: Modifying a benchmark to use real input

2013-05-24 Thread Matt Molek
Oh, never mind, I think I found it by looking trough GiraphRunner.java GiraphFileInputFormat.addVertexInputPath(conf, new Path(/some/path)); On Thu, May 23, 2013 at 5:22 PM, Matt Molek mpmo...@gmail.com wrote: Hi, I'm just getting started with Giraph, and struggling a bit to understand

Re: Modifying a benchmark to use real input

2013-05-24 Thread Claudio Martella
You can still use the classes in the examples package, which are similar to those in the benchmark package but are more flexible for your own tests. On Fri, May 24, 2013 at 3:42 PM, Matt Molek mpmo...@gmail.com wrote: Oh, never mind, I think I found it by looking trough GiraphRunner.java