Re: Giraph avro input format

2014-03-25 Thread Martin Neumann
I tried to copy the functionality of the avro mapreduce inputformat but its not very strait forward. For start Giraph uses the abstract classes from mapreduce while Avro uses the interfaces from mapred. So I can only copy part of the logic but not the code. I need to process the Avro file to make

Re: Giraph avro input format

2014-02-17 Thread Claudio Martella
I'm not sure about what I'm going to say, but Gora should read from Avro, and we do support reading transparently through Gora. you could check that out. On Mon, Feb 17, 2014 at 1:32 PM, Martin Neumann mneum...@spotify.comwrote: Hej, Is there an avro input format for Giraph? I saw some older