Hi Eli, You are right, that what we did. In my case, I used the vertexReader class to transform Apache Gora data beans into org.apache.giraph.graph.Vertex objects. In this way, Giraph code is not modified and nor is Gora's, but just "converted" into vertices or edges that Giraph needs (:
Renato M. 2013/7/26 Armando Miraglia <[email protected]> > On Fri, Jul 26, 2013 at 01:54:38PM -0700, Eli Reisman wrote: > > My instinct is you want to start from one of Giraph's higher-level > > abstractions instead of a raw Hadoop InputFormat. > > I actually finished and got the patch commited :) > > GIRAPH-549 > > Cheers, > Armando >
