Avro input format available on Giraph?

2013-07-18 Thread Chuan Lei
Hello, I just wonder does Giraph have an Avro input format reader, which can read avro input files? If not, could someone let me know where I can get started? For example, which input format class that I should extend from. Thanks in advance for your help. Regards, Chuan L.

Re: Avro input format available on Giraph?

2013-07-18 Thread Avery Ching
Not that I know of. Since it is similar to JSON, you might want to take a look at JsonBase64VertexInputFormat as an example for Avro. Should be fairly similar in structure. Of course, it would be great if you can contribute it back to Giraph when you're done. =) Avery On 7/18/13 4:36 PM,